Click or drag to resize

BcfDataSetBeginTransaction Method

Overload List
  NameDescription
Public methodBeginTransaction(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.
Public methodBeginTransaction(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.
Top
See Also