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

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

public int Update(
	Object pocoModel
)

Parameters

pocoModel
Type: System Object
annotated POCO model (key should be defined).

Return Value

Type: Int32
Number of updated data records.
See Also