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

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

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

Parameters

tableName
Type: System String
data
Type: System.Collections.Generic IDictionary String, Object 

Return Value

Type: Task Int32 
See Also