MsDb2CommandBuilder 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
| MsDb2CommandBuilder() | |
| MsDb2CommandBuilder(MsDb2DataAdapter) | |
| MsDb2CommandBuilder(Boolean) | |
| MsDb2CommandBuilder(MsDb2DataAdapter, Boolean) |
MsDb2CommandBuilder()
public:
MsDb2CommandBuilder();
public MsDb2CommandBuilder ();
Public Sub New ()
Applies to
MsDb2CommandBuilder(MsDb2DataAdapter)
public:
MsDb2CommandBuilder(Microsoft::HostIntegration::MsDb2Client::MsDb2DataAdapter ^ adapter);
public MsDb2CommandBuilder (Microsoft.HostIntegration.MsDb2Client.MsDb2DataAdapter adapter);
new Microsoft.HostIntegration.MsDb2Client.MsDb2CommandBuilder : Microsoft.HostIntegration.MsDb2Client.MsDb2DataAdapter -> Microsoft.HostIntegration.MsDb2Client.MsDb2CommandBuilder
Public Sub New (adapter As MsDb2DataAdapter)
Parameters
- adapter
- MsDb2DataAdapter
Applies to
MsDb2CommandBuilder(Boolean)
public:
MsDb2CommandBuilder(bool disableOptimisticConcurrency);
public MsDb2CommandBuilder (bool disableOptimisticConcurrency);
new Microsoft.HostIntegration.MsDb2Client.MsDb2CommandBuilder : bool -> Microsoft.HostIntegration.MsDb2Client.MsDb2CommandBuilder
Public Sub New (disableOptimisticConcurrency As Boolean)
Parameters
- disableOptimisticConcurrency
- Boolean
Applies to
MsDb2CommandBuilder(MsDb2DataAdapter, Boolean)
public:
MsDb2CommandBuilder(Microsoft::HostIntegration::MsDb2Client::MsDb2DataAdapter ^ adapter, bool disableOptimisticConcurrency);
public MsDb2CommandBuilder (Microsoft.HostIntegration.MsDb2Client.MsDb2DataAdapter adapter, bool disableOptimisticConcurrency);
new Microsoft.HostIntegration.MsDb2Client.MsDb2CommandBuilder : Microsoft.HostIntegration.MsDb2Client.MsDb2DataAdapter * bool -> Microsoft.HostIntegration.MsDb2Client.MsDb2CommandBuilder
Public Sub New (adapter As MsDb2DataAdapter, disableOptimisticConcurrency As Boolean)
Parameters
- adapter
- MsDb2DataAdapter
- disableOptimisticConcurrency
- Boolean