IDbCommand::ExecuteReader Method
.NET Framework (current version)
Executes the CommandText against the Connection and builds an IDataReader.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | IDbCommand::ExecuteReader() | Executes the CommandText against the Connection and builds an IDataReader. |
![]() ![]() | IDbCommand::ExecuteReader(CommandBehavior) | Executes the CommandText against the Connection, and builds an IDataReader using one of the CommandBehavior values. |
Show:

