DbDataAdapter Select Method (IDbCommand)NReco.Data Class Library Documentation

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

public DbDataAdapter SelectQuery Select(
	IDbCommand cmd
)

Return Value

Type: DbDataAdapter SelectQuery
prepared select query
Remarks

This method allows to execute custom SQL command and map results like for usual SELECT command.
See Also