HostFileDataAdapter Constructors
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
| HostFileDataAdapter() | |
| HostFileDataAdapter(HostFileCommand) | |
| HostFileDataAdapter(String, HostFileConnection) | |
| HostFileDataAdapter(String, String) |
HostFileDataAdapter()
public:
HostFileDataAdapter();
public HostFileDataAdapter ();
Public Sub New ()
Applies to
HostFileDataAdapter(HostFileCommand)
public:
HostFileDataAdapter(Microsoft::HostIntegration::MsHostFileClient::HostFileCommand ^ selectCommand);
public HostFileDataAdapter (Microsoft.HostIntegration.MsHostFileClient.HostFileCommand selectCommand);
new Microsoft.HostIntegration.MsHostFileClient.HostFileDataAdapter : Microsoft.HostIntegration.MsHostFileClient.HostFileCommand -> Microsoft.HostIntegration.MsHostFileClient.HostFileDataAdapter
Public Sub New (selectCommand As HostFileCommand)
Parameters
- selectCommand
- HostFileCommand
Applies to
HostFileDataAdapter(String, HostFileConnection)
public:
HostFileDataAdapter(System::String ^ selectCommandText, Microsoft::HostIntegration::MsHostFileClient::HostFileConnection ^ selectConnection);
public HostFileDataAdapter (string selectCommandText, Microsoft.HostIntegration.MsHostFileClient.HostFileConnection selectConnection);
new Microsoft.HostIntegration.MsHostFileClient.HostFileDataAdapter : string * Microsoft.HostIntegration.MsHostFileClient.HostFileConnection -> Microsoft.HostIntegration.MsHostFileClient.HostFileDataAdapter
Public Sub New (selectCommandText As String, selectConnection As HostFileConnection)
Parameters
- selectCommandText
- String
- selectConnection
- HostFileConnection
Applies to
HostFileDataAdapter(String, String)
public:
HostFileDataAdapter(System::String ^ selectCommandText, System::String ^ selectConnectionString);
public HostFileDataAdapter (string selectCommandText, string selectConnectionString);
new Microsoft.HostIntegration.MsHostFileClient.HostFileDataAdapter : string * string -> Microsoft.HostIntegration.MsHostFileClient.HostFileDataAdapter
Public Sub New (selectCommandText As String, selectConnectionString As String)
Parameters
- selectCommandText
- String
- selectConnectionString
- String