SqlCommand.ExecuteReader Method
.NET Framework 4.5
Sends the CommandText to the Connection and builds a SqlDataReader.
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() | Sends the CommandText to the Connection and builds a SqlDataReader. |
|
ExecuteReader(CommandBehavior) | Sends the CommandText to the Connection, and builds a SqlDataReader using one of the CommandBehavior values. |