0 out of 1 rated this helpful - Rate this topic

IDbCommand.ExecuteReader Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.