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