| BcfDataSet Methods | |
The BcfDataSet type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginTransaction |
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.
| |
| BeginTransaction(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.
| |
| BeginTransaction(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.
| |
| BeginTransaction(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.
| |
| CanRedo |
Determines whether Redo can be executed.
| |
| CanUndo |
Determines whether Undo can be executed.
| |
| DisableChangeTracking | ||
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| EnableChangeTracking | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnDisposed |
Raises the Disposed event.
| |
| OnTransactionCommitted |
Raises the TransactionCommitted event.
| |
| Redo |
Redoes the last undone BcfTransaction.
| |
| ToString | (Inherited from Object.) | |
| Undo |
Undoes the last BcfTransaction.
|