MsIfmxCommandBuilder Constructors

Definition

Overloads

MsIfmxCommandBuilder()
MsIfmxCommandBuilder(MsIfmxDataAdapter)
MsIfmxCommandBuilder(Boolean)
MsIfmxCommandBuilder(MsIfmxDataAdapter, Boolean)

MsIfmxCommandBuilder()

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

Applies to

MsIfmxCommandBuilder(MsIfmxDataAdapter)

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

Parameters

Applies to

MsIfmxCommandBuilder(Boolean)

public:
 MsIfmxCommandBuilder(bool disableOptimisticConcurrency);
public MsIfmxCommandBuilder (bool disableOptimisticConcurrency);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommandBuilder : bool -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommandBuilder
Public Sub New (disableOptimisticConcurrency As Boolean)

Parameters

disableOptimisticConcurrency
Boolean

Applies to

MsIfmxCommandBuilder(MsIfmxDataAdapter, Boolean)

public:
 MsIfmxCommandBuilder(Microsoft::HostIntegration::MsIfmxClient::MsIfmxDataAdapter ^ adapter, bool disableOptimisticConcurrency);
public MsIfmxCommandBuilder (Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter adapter, bool disableOptimisticConcurrency);
new Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommandBuilder : Microsoft.HostIntegration.MsIfmxClient.MsIfmxDataAdapter * bool -> Microsoft.HostIntegration.MsIfmxClient.MsIfmxCommandBuilder
Public Sub New (adapter As MsIfmxDataAdapter, disableOptimisticConcurrency As Boolean)

Parameters

disableOptimisticConcurrency
Boolean

Applies to