DbDataAdapter Delete Method (Query)NReco.Data Class Library Documentation
Executes DELETE statement generated by specified Query.

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

public int Delete(
	Query q
)

Parameters

q
Type: NReco.Data Query
query that determines data records to delete.

Return Value

Type: Int32
Number of actually deleted records.
See Also