MsIfmxCommandBuilder 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
| 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
- adapter
- MsIfmxDataAdapter
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
- adapter
- MsIfmxDataAdapter
- disableOptimisticConcurrency
- Boolean