| BcfDataSetBeginTransaction Method | |
| Name | Description | |
|---|---|---|
| BeginTransaction |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| BeginTransaction(Boolean) |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| BeginTransaction(BcfTransactionBuilder) |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| BeginTransaction(Boolean, Boolean) |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
|