DrdaCommand.ExecuteReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ExecuteReader() | |
| ExecuteReader(CommandBehavior) |
ExecuteReader()
public:
Microsoft::HostIntegration::DrdaClient::DrdaDataReader ^ ExecuteReader();
public Microsoft.HostIntegration.DrdaClient.DrdaDataReader ExecuteReader ();
override this.ExecuteReader : unit -> Microsoft.HostIntegration.DrdaClient.DrdaDataReader
Public Function ExecuteReader () As DrdaDataReader
Returns
Applies to
ExecuteReader(CommandBehavior)
public:
Microsoft::HostIntegration::DrdaClient::DrdaDataReader ^ ExecuteReader(System::Data::CommandBehavior behavior);
public Microsoft.HostIntegration.DrdaClient.DrdaDataReader ExecuteReader (System.Data.CommandBehavior behavior);
override this.ExecuteReader : System.Data.CommandBehavior -> Microsoft.HostIntegration.DrdaClient.DrdaDataReader
Public Function ExecuteReader (behavior As CommandBehavior) As DrdaDataReader
Parameters
- behavior
- CommandBehavior