DbDataAdapter Insert Method (String, Object)NReco.Data Class Library Documentation
Executes INSERT statement generated by specified table name and annotated POCO model.

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

public int Insert(
	string tableName,
	Object pocoModel
)

Return Value

Type: Int32
Number of inserted data records.
See Also