DbDataAdapter InsertAsync Method (String, Object)NReco.Data Class Library Documentation
Asynchronously executes INSERT statement generated by specified table name and POCO model.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public Task<int> InsertAsync(
	string tableName,
	Object pocoModel
)

Return Value

Type: Task Int32 
See Also