MsIfmxCommand.ExecuteReader Method

Definition

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

MsIfmxDataReader

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

Returns

MsIfmxDataReader

Applies to