[This is preliminary documentation and is subject to change.]
Updates the row, Returns the row index or -1
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public int Update(
Row row,
IDataStoreKey key = null
)
public int Update(
Row row,
IDataStoreKey key = null
)
Public Function Update (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
Public Function Update (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
public:
int Update(
Row^ row,
IDataStoreKey^ key = nullptr
)
public:
int Update(
Row^ row,
IDataStoreKey^ key = nullptr
)
member Update :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
member Update :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
Return Value
Type:
Int32