[This is preliminary documentation and is subject to change.]
Tries to find a row with the same set of key fields in this table and if found, replaces it and returns its index,
otherwise returns -1
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual int DoUpdate(
Row row,
IDataStoreKey key = null
)
protected virtual int DoUpdate(
Row row,
IDataStoreKey key = null
)
Protected Overridable Function DoUpdate (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
Protected Overridable Function DoUpdate (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
protected:
virtual int DoUpdate(
Row^ row,
IDataStoreKey^ key = nullptr
)
protected:
virtual int DoUpdate(
Row^ row,
IDataStoreKey^ key = nullptr
)
abstract DoUpdate :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
override DoUpdate :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
abstract DoUpdate :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
override DoUpdate :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
Return Value
Type:
Int32