| Overload | Description |
|---|---|
| ExecuteReader() | Executes this command's statement and returns the results accessible with an IDataReader object. |
| ExecuteReader(CommandBehavior) | Executes this command's statement and returns the specified type of results accessible with an IDataReader object. |