[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public UpdateEntry(
BSONDocument query,
BSONDocument update,
bool multi,
bool upsert
)
public UpdateEntry(
BSONDocument query,
BSONDocument update,
bool multi,
bool upsert
)
Public Sub New (
query As BSONDocument,
update As BSONDocument,
multi As Boolean,
upsert As Boolean
)
Public Sub New (
query As BSONDocument,
update As BSONDocument,
multi As Boolean,
upsert As Boolean
)
public:
UpdateEntry(
BSONDocument^ query,
BSONDocument^ update,
bool multi,
bool upsert
)
public:
UpdateEntry(
BSONDocument^ query,
BSONDocument^ update,
bool multi,
bool upsert
)
new :
query : BSONDocument *
update : BSONDocument *
multi : bool *
upsert : bool -> UpdateEntry
new :
query : BSONDocument *
update : BSONDocument *
multi : bool *
upsert : bool -> UpdateEntry