BcfDataSet Properties |
[This is preliminary documentation and is subject to change.]
The BcfDataSet type exposes the following members.
| Name | Description | |
|---|---|---|
| AcceptedDataStateId |
Gets the CurrentDataStateId from last AcceptChanges call.
| |
| Calculating |
Gets a value indicating whether this BcfDataSet is currently calculating.
| |
| CurrentCalculationPlan |
Get the current calculation plan.
| |
| CurrentDataStateId |
Gets an identifier representing the current data state.
| |
| CurrentTransaction |
Gets the current BcfTransaction.
| |
| Faults |
Gets the collection of BcfFault objects.
| |
| HandleCalculationException |
Allows to control exception-handling in calculation. Default is null.
| |
| HasChanges |
Gets a value indicating whether data was updated since last call of AcceptChanges.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsUndoEnabled |
Gets a value indicating whether undo (collecting data for Undo(Int32) and Redo(Int32)) is enabled.
| |
| Locked |
Gets a value indicating whether this BcfDataSet is currently locked.
| |
| ManageStateId |
Gets or sets a value indicating the dataset manages CurrentDataStateId. Default is true.
| |
| Name |
Gets the name of the dataset.
| |
| ParallelOptions |
Gets calculation options.
| |
| Relations |
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.
| |
| ReleasingDataChanged |
Gets a value indicating whether invocation of DataChanged is in process.
| |
| Tables |
Gets the collection of tables contained in the dataset.
| |
| TransactionFactory |
Gets the transaction factory.
| |
| UndoRepository |
Gets the undo repository.
| |
| UndoSerializationService |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
|