[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, deletes it and returns its index, otherwise -1
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public int Delete(
Row row,
IDataStoreKey key = null
)
public int Delete(
Row row,
IDataStoreKey key = null
)
Public Function Delete (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
Public Function Delete (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
public:
int Delete(
Row^ row,
IDataStoreKey^ key = nullptr
)
public:
int Delete(
Row^ row,
IDataStoreKey^ key = nullptr
)
member Delete :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
member Delete :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
Return Value
Type:
Int32