AdomdCommand.ExecuteReader Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ExecuteReader() | Runs the AdomdCommand and returns an AdomdDataReader. | |
ExecuteReader(CommandBehavior) | Runs the AdomdCommand using the specified System.Data.CommandBehaviorenumeration value and returns an AdomdDataReader. |
Top