The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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 | |
|---|---|---|
![]() | ExecuteReader() | Executes the CommandText against the Connection and builds an IDataReader. |
![]() | ExecuteReader(CommandBehavior) | Executes the CommandText against the Connection, and builds an IDataReader using one of the CommandBehavior values. |
Show:
