HostFileCommand.ExecuteRecordSet Method

Definition

Overloads

ExecuteRecordSet()
ExecuteRecordSet(CommandBehavior, RecordSetType)

ExecuteRecordSet()

public:
 Microsoft::HostIntegration::MsHostFileClient::HostFileRecordSet ^ ExecuteRecordSet();
public Microsoft.HostIntegration.MsHostFileClient.HostFileRecordSet ExecuteRecordSet ();
member this.ExecuteRecordSet : unit -> Microsoft.HostIntegration.MsHostFileClient.HostFileRecordSet
Public Function ExecuteRecordSet () As HostFileRecordSet

Returns

HostFileRecordSet

Applies to

ExecuteRecordSet(CommandBehavior, RecordSetType)

public:
 Microsoft::HostIntegration::MsHostFileClient::HostFileRecordSet ^ ExecuteRecordSet(System::Data::CommandBehavior behavior, Microsoft::HostIntegration::MsHostFileClient::RecordSetType type);
public Microsoft.HostIntegration.MsHostFileClient.HostFileRecordSet ExecuteRecordSet (System.Data.CommandBehavior behavior, Microsoft.HostIntegration.MsHostFileClient.RecordSetType type);
member this.ExecuteRecordSet : System.Data.CommandBehavior * Microsoft.HostIntegration.MsHostFileClient.RecordSetType -> Microsoft.HostIntegration.MsHostFileClient.HostFileRecordSet
Public Function ExecuteRecordSet (behavior As CommandBehavior, type As RecordSetType) As HostFileRecordSet

Parameters

behavior
CommandBehavior

Returns

HostFileRecordSet

Applies to