[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Query class
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Query(
Nullable<Guid> identity,
string name,
IDataStoreKey key,
Type resultRowType = null
)
public Query(
Nullable<Guid> identity,
string name,
IDataStoreKey key,
Type resultRowType = null
)
Public Sub New (
identity As Nullable(Of Guid),
name As String,
key As IDataStoreKey,
Optional resultRowType As Type = Nothing
)
Public Sub New (
identity As Nullable(Of Guid),
name As String,
key As IDataStoreKey,
Optional resultRowType As Type = Nothing
)
public:
Query(
Nullable<Guid> identity,
String^ name,
IDataStoreKey^ key,
Type^ resultRowType = nullptr
)
public:
Query(
Nullable<Guid> identity,
String^ name,
IDataStoreKey^ key,
Type^ resultRowType = nullptr
)
new :
identity : Nullable<Guid> *
name : string *
key : IDataStoreKey *
?resultRowType : Type
(* Defaults:
let _resultRowType = defaultArg resultRowType null
*)
-> Query
new :
identity : Nullable<Guid> *
name : string *
key : IDataStoreKey *
?resultRowType : Type
(* Defaults:
let _resultRowType = defaultArg resultRowType null
*)
-> Query