BcfDataSetBeginTransaction Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| BeginTransaction(BcfTransactionBuilder) |
Creates a BcfTransaction and sets it as the CurrentTransaction. If CurrentTransaction is not null 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 null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
|