OleDbCommand.ExecuteReader Method
.NET Framework 4
For a description of this member, see IDbCommandExecuteReader().
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
IDbCommand.ExecuteReader() | For a description of this member, see IDbCommand.ExecuteReader. |
|
IDbCommand.ExecuteReader(CommandBehavior) | Executes the CommandText against the Connection, and builds an IDataReader using one of the CommandBehavior values. |
This member is an explicit interface member implementation. It can be used only when the OleDbCommand instance is cast to an IDbCommand interface.