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

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

public int Delete(
	Object pocoModel
)

Parameters

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

Return Value

Type: Int32
Number of actually deleted records.
See Also