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.

OleDbCommand::ExecuteReader Method

 

Sends the CommandText to the Connection and builds an OleDbDataReader.

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

NameDescription
System_CAPS_pubmethodExecuteReader()

Sends the CommandText to the Connection and builds an OleDbDataReader.

System_CAPS_pubmethodExecuteReader(CommandBehavior)

Sends the CommandText to the Connection, and builds an OleDbDataReader using one of the CommandBehavior values.

Return to top
Show:
© 2017 Microsoft