Click or drag to resize
CalculationWorks Logo
BcfDataSetBeginTransaction Method
Overload List
  NameDescription
Public methodBeginTransaction
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.
Public methodBeginTransaction(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.
Public methodBeginTransaction(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.
Public methodBeginTransaction(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.
Top
See Also