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