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.

DbCommand::ExecuteReader Method

 

Executes the CommandText against the Connection and returns a DbDataReader.

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

NameDescription
System_CAPS_pubmethodExecuteReader()

Executes the CommandText against the Connection, and returns an DbDataReader.

System_CAPS_pubmethodExecuteReader(CommandBehavior)

Executes the CommandText against the Connection, and returns an DbDataReader using one of the CommandBehavior values.

Return to top
Show:
© 2017 Microsoft