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