Asynchronously executes INSERT statement generated by specified table name and POCO model.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public Task<int> InsertAsync(
string tableName,
Object pocoModel
)
public Task<int> InsertAsync(
string tableName,
Object pocoModel
)
Public Function InsertAsync (
tableName As String,
pocoModel As Object
) As Task(Of Integer)
Public Function InsertAsync (
tableName As String,
pocoModel As Object
) As Task(Of Integer)
public:
Task<int>^ InsertAsync(
String^ tableName,
Object^ pocoModel
)
public:
Task<int>^ InsertAsync(
String^ tableName,
Object^ pocoModel
)
member InsertAsync :
tableName : string *
pocoModel : Object -> Task<int>
member InsertAsync :
tableName : string *
pocoModel : Object -> Task<int>
Return Value
Type:
Task Int32