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