[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual int Delete(
Row row,
IDataStoreKey key = null
)
public virtual int Delete(
Row row,
IDataStoreKey key = null
)
Public Overridable Function Delete (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
Public Overridable Function Delete (
row As Row,
Optional key As IDataStoreKey = Nothing
) As Integer
public:
virtual int Delete(
Row^ row,
IDataStoreKey^ key = nullptr
)
public:
virtual int Delete(
Row^ row,
IDataStoreKey^ key = nullptr
)
abstract Delete :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
override 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
override Delete :
row : Row *
?key : IDataStoreKey
(* Defaults:
let _key = defaultArg key null
*)
-> int
Return Value
Type:
Int32Implements
ICRUDOperations Delete(Row, IDataStoreKey)