Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDbCommand::ExecuteReader Method

 

Executes the CommandText against the Connection and builds an IDataReader.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDbCommand::ExecuteReader()

Executes the CommandText against the Connection and builds an IDataReader.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIDbCommand::ExecuteReader(CommandBehavior)

Executes the CommandText against the Connection, and builds an IDataReader using one of the CommandBehavior values.

Return to top
Show:
© 2017 Microsoft