MsDb2Command.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::MsDb2Client::MsDb2DataReader ^ ExecuteReader();
public Microsoft.HostIntegration.MsDb2Client.MsDb2DataReader ExecuteReader ();
override this.ExecuteReader : unit -> Microsoft.HostIntegration.MsDb2Client.MsDb2DataReader
Public Function ExecuteReader () As MsDb2DataReader
Returns
Applies to
ExecuteReader(CommandBehavior)
public:
Microsoft::HostIntegration::MsDb2Client::MsDb2DataReader ^ ExecuteReader(System::Data::CommandBehavior behavior);
public Microsoft.HostIntegration.MsDb2Client.MsDb2DataReader ExecuteReader (System.Data.CommandBehavior behavior);
override this.ExecuteReader : System.Data.CommandBehavior -> Microsoft.HostIntegration.MsDb2Client.MsDb2DataReader
Public Function ExecuteReader (behavior As CommandBehavior) As MsDb2DataReader
Parameters
- behavior
- CommandBehavior