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

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

public virtual IDbCommand GetSelectCommand(
	Query query
)

Parameters

query
Type: NReco.Data Query
query that determines table and select options

Return Value

Type: IDbCommand

Implements

IDbCommandBuilder GetSelectCommand(Query)
See Also