DbDataAdapter Insert Method (Object)NReco.Data Class Library Documentation
Executes INSERT statement generated by annotated POCO model.

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

public int Insert(
	Object pocoModel
)

Parameters

pocoModel
Type: System Object
POCO model (possibly annotated).

Return Value

Type: Int32
Number of inserted data records.
See Also