DbCommandBuilder GetDeleteCommand Method NReco.Data Class Library Documentation
Gets the automatically generated IDbCommand object to delete rows by specified Query.

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

public virtual IDbCommand GetDeleteCommand(
	Query query
)

Parameters

query
Type: NReco.Data Query
query that determines delete table and conditions

Return Value

Type: IDbCommand
delete SQL command

Implements

IDbCommandBuilder GetDeleteCommand(Query)
See Also