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: