[This is preliminary documentation and is subject to change.]
Generic version of Query
System Object
System.Collections.Generic List Query Param NFX.DataAccess.CRUD Query NFX.DataAccess.CRUD Query TResultRow Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public sealed class Query<TResultRow> : Query
where TResultRow : Row
[SerializableAttribute]
public sealed class Query<TResultRow> : Query
where TResultRow : Row
<SerializableAttribute>
Public NotInheritable Class Query(Of TResultRow As Row)
Inherits Query
<SerializableAttribute>
Public NotInheritable Class Query(Of TResultRow As Row)
Inherits Query
[SerializableAttribute]
generic<typename TResultRow>
where TResultRow : Row
public ref class Query sealed : public Query
[SerializableAttribute]
generic<typename TResultRow>
where TResultRow : Row
public ref class Query sealed : public Query
[<SealedAttribute>]
[<SerializableAttribute>]
type Query<'TResultRow when 'TResultRow : Row> =
class
inherit Query
end
[<SealedAttribute>]
[<SerializableAttribute>]
type Query<'TResultRow when 'TResultRow : Row> =
class
inherit Query
end
- TResultRow
- Type of resulting rows