[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
CRUDResult class
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
internal CRUDResult(
int n,
int nModified,
CRUDWriteError[] wErrors,
CRUDUpsertInfo[] upserted
)
internal CRUDResult(
int n,
int nModified,
CRUDWriteError[] wErrors,
CRUDUpsertInfo[] upserted
)
Friend Sub New (
n As Integer,
nModified As Integer,
wErrors As CRUDWriteError(),
upserted As CRUDUpsertInfo()
)
Friend Sub New (
n As Integer,
nModified As Integer,
wErrors As CRUDWriteError(),
upserted As CRUDUpsertInfo()
)
internal:
CRUDResult(
int n,
int nModified,
array<CRUDWriteError>^ wErrors,
array<CRUDUpsertInfo>^ upserted
)
internal:
CRUDResult(
int n,
int nModified,
array<CRUDWriteError>^ wErrors,
array<CRUDUpsertInfo>^ upserted
)
new :
n : int *
nModified : int *
wErrors : CRUDWriteError[] *
upserted : CRUDUpsertInfo[] -> CRUDResultnew :
n : int *
nModified : int *
wErrors : CRUDWriteError[] *
upserted : CRUDUpsertInfo[] -> CRUDResult