Share via


AdomdCommand.ExecuteReader Method

Include Protected Members
Include Inherited Members

Runs the AdomdCommand.

Overload List

  Name Description
Public method ExecuteReader() Runs the AdomdCommand and returns an AdomdDataReader.
Public method ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified CommandBehavior enumeration value and returns an AdomdDataReader.

Top