[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlCRUDQueryExecutionContext(
ErlDataStore store,
ErlMbox erlMBox = null,
Nullable<DataTimeStamp> ts = null
)
public ErlCRUDQueryExecutionContext(
ErlDataStore store,
ErlMbox erlMBox = null,
Nullable<DataTimeStamp> ts = null
)
Public Sub New (
store As ErlDataStore,
Optional erlMBox As ErlMbox = Nothing,
Optional ts As Nullable(Of DataTimeStamp) = Nothing
)
Public Sub New (
store As ErlDataStore,
Optional erlMBox As ErlMbox = Nothing,
Optional ts As Nullable(Of DataTimeStamp) = Nothing
)
public:
ErlCRUDQueryExecutionContext(
ErlDataStore^ store,
ErlMbox^ erlMBox = nullptr,
Nullable<DataTimeStamp> ts = nullptr
)
public:
ErlCRUDQueryExecutionContext(
ErlDataStore^ store,
ErlMbox^ erlMBox = nullptr,
Nullable<DataTimeStamp> ts = nullptr
)
new :
store : ErlDataStore *
?erlMBox : ErlMbox *
?ts : Nullable<DataTimeStamp>
(* Defaults:
let _erlMBox = defaultArg erlMBox null
let _ts = defaultArg ts null
*)
-> ErlCRUDQueryExecutionContext
new :
store : ErlDataStore *
?erlMBox : ErlMbox *
?ts : Nullable<DataTimeStamp>
(* Defaults:
let _erlMBox = defaultArg erlMBox null
let _ts = defaultArg ts null
*)
-> ErlCRUDQueryExecutionContext