IDbCommand.ExecuteReader Method
.NET Framework 2.0
Executes the CommandText against the Connection and builds an IDataReader.
| Name | Description |
|---|---|
| IDbCommand.ExecuteReader () | Executes the CommandText against the Connection and builds an IDataReader. Supported by the .NET Compact Framework. |
| IDbCommand.ExecuteReader (CommandBehavior) | Executes the CommandText against the Connection, and builds an IDataReader using one of the CommandBehavior values. Supported by the .NET Compact Framework. |