Overload | 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 System.Data.CommandBehavior values. |