DbCommand.ExecuteReader Method
.NET Framework 4.5
Executes the CommandText against the Connection and returns a DbDataReader.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |