![]() | |
BcfTransaction Methods |
The BcfTransaction type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem |
Adds the IBcfUndoRedoItem to the transactions compensation repository.
|
![]() | AddItems |
Adds the items to the transactions compensation repository.
|
![]() | BeginSubTransaction |
Begins a sub transaction.
|
![]() | BeginSubTransaction(BcfTransactionBuilder) |
Begins a sub transaction.
|
![]() | Commit |
Commits all changes within this transaction.
|
![]() | Compute | |
![]() | Compute(Boolean) | |
![]() | CreateSavePoint |
Creates a BcfSavePoint.
|
![]() | EnforceKeyConstraints |
Sets a value indicating whether key constraints will be enforced or not.
|
![]() | EnterDumbMode | Sets all computed cells and validations to 'must recompute' and disables the internal change tracking until next call of Compute (implicit by BeginSubTransaction or Commit) or Rollback. When DumbMode ends all computed cells and validations will be recomputed. Very useful when loading data into an empty BcfDataSet. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnforceKeyConstraints |
Gets a value indicating whether key constraints will be enforced or not.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCommit |
Called when commit will be performed.
|
![]() | OnCommitComplete |
Called when commit was executed.
|
![]() | OnDiscard |
Called when the transaction goes out of scope and DataSet.Behavior.CleanupOptions.Cleanup is set to true.
|
![]() | OnRollback |
Called when a rollback will be performed.
|
![]() | OnRollbackComplete |
Called after rollback was executed.
|
![]() | Redo |
Infrastructure. This method supports the infrastructure and is not intended to be used directly from your code.
|
![]() | Rollback |
Discards the transaction and restores the data from state before the transaction started.
|
![]() | Rollback(Exception) |
Discards the transaction and restores the data from state before the transaction started.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Undo |
Infrastructure. This method supports the infrastructure and is not intended to be used directly from your code.
|