MsIfmxDataAdapter Constructors

Definition

Overloads

MsIfmxDataAdapter()
MsIfmxDataAdapter(MsIfmxCommand)
MsIfmxDataAdapter(MsIfmxDataAdapter)
MsIfmxDataAdapter(String, MsIfmxConnection)
MsIfmxDataAdapter(String, String)

MsIfmxDataAdapter()

public:
 MsIfmxDataAdapter();
public MsIfmxDataAdapter ();
Public Sub New ()

Applies to

MsIfmxDataAdapter(MsIfmxCommand)

public:
 MsIfmxDataAdapter(Microsoft::HostIntegration::MsIfmxClient::MsIfmxCommand ^ selectCommand);
public MsIfmxDataAdapter (Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand selectCommand);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter : Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommand -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter
Public Sub New (selectCommand As MsIfmxCommand)

Parameters

selectCommand
MsIfmxCommand

Applies to

MsIfmxDataAdapter(MsIfmxDataAdapter)

public:
 MsIfmxDataAdapter(Microsoft::HostIntegration::MsIfmxClient::MsIfmxDataAdapter ^ from);
public MsIfmxDataAdapter (Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter from);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter : Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter
Public Sub New (from As MsIfmxDataAdapter)

Parameters

Applies to

MsIfmxDataAdapter(String, MsIfmxConnection)

public:
 MsIfmxDataAdapter(System::String ^ selectCommandText, Microsoft::HostIntegration::MsIfmxClient::MsIfmxConnection ^ selectConnection);
public MsIfmxDataAdapter (string selectCommandText, Microsoft.HostIntegration.MsIfmxClient.MsIfmxConnection selectConnection);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter : string * Microsoft.HostIntegration.MsIfmxClient.MsIfmxConnection -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter
Public Sub New (selectCommandText As String, selectConnection As MsIfmxConnection)

Parameters

selectCommandText
String
selectConnection
MsIfmxConnection

Applies to

MsIfmxDataAdapter(String, String)

public:
 MsIfmxDataAdapter(System::String ^ selectCommandText, System::String ^ selectConnectionString);
public MsIfmxDataAdapter (string selectCommandText, string selectConnectionString);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter : string * string -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter
Public Sub New (selectCommandText As String, selectConnectionString As String)

Parameters

selectCommandText
String
selectConnectionString
String

Applies to