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