[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public int Update(
Row row,
IDataStoreKey key = null,
FieldFilterFunc filter = null
)
public int Update(
Row row,
IDataStoreKey key = null,
FieldFilterFunc filter = null
)
Public Function Update (
row As Row,
Optional key As IDataStoreKey = Nothing,
Optional filter As FieldFilterFunc = Nothing
) As Integer
Public 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
) sealed
public:
virtual int Update(
Row^ row,
IDataStoreKey^ key = nullptr,
FieldFilterFunc^ filter = nullptr
) sealed
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)