[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(
string name,
Type resultRowType = null,
Dictionary<string, Object> extra = null
)
public Query(
string name,
Type resultRowType = null,
Dictionary<string, Object> extra = null
)
Public Sub New (
name As String,
Optional resultRowType As Type = Nothing,
Optional extra As Dictionary(Of String, Object) = Nothing
)
Public Sub New (
name As String,
Optional resultRowType As Type = Nothing,
Optional extra As Dictionary(Of String, Object) = Nothing
)
public:
Query(
String^ name,
Type^ resultRowType = nullptr,
Dictionary<String^, Object^>^ extra = nullptr
)
public:
Query(
String^ name,
Type^ resultRowType = nullptr,
Dictionary<String^, Object^>^ extra = nullptr
)
new :
name : string *
?resultRowType : Type *
?extra : Dictionary<string, Object>
(* Defaults:
let _resultRowType = defaultArg resultRowType null
let _extra = defaultArg extra null
*)
-> Query
new :
name : string *
?resultRowType : Type *
?extra : Dictionary<string, Object>
(* Defaults:
let _resultRowType = defaultArg resultRowType null
let _extra = defaultArg extra null
*)
-> Query