SqlCommand::ExecuteReader Method
.NET Framework (current version)
Sends the CommandText to the Connection and builds a SqlDataReader.
Assembly: System.Data (in System.Data.dll)
| 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. |
Show:
