[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 Upsert(
Row row,
FieldFilterFunc filter = null
)
int Upsert(
Row row,
FieldFilterFunc filter = null
)
Function Upsert (
row As Row,
Optional filter As FieldFilterFunc = Nothing
) As Integer
Function Upsert (
row As Row,
Optional filter As FieldFilterFunc = Nothing
) As Integer
int Upsert(
Row^ row,
FieldFilterFunc^ filter = nullptr
)
int Upsert(
Row^ row,
FieldFilterFunc^ filter = nullptr
)
abstract Upsert :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> int
abstract Upsert :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> int
Return Value
Type:
Int32