Click or drag to resize
CalculationWorks Logo
BcfDataSet Methods

The BcfDataSet type exposes the following members.

Methods
  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.
Public methodCanRedo
Public methodCanUndo
Public methodDisableChangeTracking
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEnableChangeTracking
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDisposed
Raises the Disposed event.
Protected methodOnTransactionCommitted
Raises the TransactionCommitted event.
Public methodRedo
Redoes the last undone BcfTransaction.
Public methodToString (Inherited from Object.)
Public methodUndo
Undoes the last BcfTransaction.
Top
See Also