HostFileCommand.ExecuteRecordSet 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
| 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
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
- type
- RecordSetType