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