[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 Insert(
Row row,
FieldFilterFunc filter = null
)
public virtual int Insert(
Row row,
FieldFilterFunc filter = null
)
Public Overridable Function Insert (
row As Row,
Optional filter As FieldFilterFunc = Nothing
) As Integer
Public Overridable Function Insert (
row As Row,
Optional filter As FieldFilterFunc = Nothing
) As Integer
public:
virtual int Insert(
Row^ row,
FieldFilterFunc^ filter = nullptr
)
public:
virtual int Insert(
Row^ row,
FieldFilterFunc^ filter = nullptr
)
abstract Insert :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> int
override Insert :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> int
abstract Insert :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> int
override Insert :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> int
Return Value
Type:
Int32Implements
ICRUDOperations Insert(Row, FieldFilterFunc)