[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
protected override Task<int> DoUpsertAsync(
Row row,
FieldFilterFunc filter = null
)
protected override Task<int> DoUpsertAsync(
Row row,
FieldFilterFunc filter = null
)
Protected Overrides Function DoUpsertAsync (
row As Row,
Optional filter As FieldFilterFunc = Nothing
) As Task(Of Integer)
Protected Overrides Function DoUpsertAsync (
row As Row,
Optional filter As FieldFilterFunc = Nothing
) As Task(Of Integer)
protected:
virtual Task<int>^ DoUpsertAsync(
Row^ row,
FieldFilterFunc^ filter = nullptr
) override
protected:
virtual Task<int>^ DoUpsertAsync(
Row^ row,
FieldFilterFunc^ filter = nullptr
) override
abstract DoUpsertAsync :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> Task<int>
override DoUpsertAsync :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> Task<int> abstract DoUpsertAsync :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> Task<int>
override DoUpsertAsync :
row : Row *
?filter : FieldFilterFunc
(* Defaults:
let _filter = defaultArg filter null
*)
-> Task<int> Return Value
Type:
Task
Int32