[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MongoDBAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual int Update(
Row row,
IDataStoreKey key = null,
FieldFilterFunc filter = null
)
public virtual int Update(
Row row,
IDataStoreKey key = null,
FieldFilterFunc filter = null
)
Public Overridable Function Update (
row As Row,
Optional key As IDataStoreKey = Nothing,
Optional filter As FieldFilterFunc = Nothing
) As Integer
Public Overridable Function Update (
row As Row,
Optional key As IDataStoreKey = Nothing,
Optional filter As FieldFilterFunc = Nothing
) As Integer
public:
virtual int Update(
Row^ row,
IDataStoreKey^ key = nullptr,
FieldFilterFunc^ filter = nullptr
)
public:
virtual int Update(
Row^ row,
IDataStoreKey^ key = nullptr,
FieldFilterFunc^ filter = nullptr
)
abstract Update :
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
override Update :
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
abstract Update :
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
override Update :
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
Return Value
Type:
Int32Implements
ICRUDOperations Update(Row, IDataStoreKey, FieldFilterFunc)