Click or drag to resize

BcfDataSet Properties

[This is preliminary documentation and is subject to change.]

The BcfDataSet type exposes the following members.

Properties
  NameDescription
Public propertyAcceptedDataStateId
Public propertyCalculating
Gets a value indicating whether this BcfDataSet is currently calculating.
Public propertyCurrentCalculationPlan
Get the current calculation plan.
Public propertyCurrentDataStateId
Gets an identifier representing the current data state.
Public propertyCurrentTransaction
Gets the current BcfTransaction.
Public propertyFaults
Gets the collection of BcfFault objects.
Public propertyHandleCalculationException
Allows to control exception-handling in calculation. Default is null.
Public propertyHasChanges
Gets a value indicating whether data was updated since last call of AcceptChanges.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsUndoEnabled
Gets a value indicating whether undo (collecting data for Undo(Int32) and Redo(Int32)) is enabled.
Public propertyLocked
Gets a value indicating whether this BcfDataSet is currently locked.
Public propertyManageStateId
Gets or sets a value indicating the dataset manages CurrentDataStateId. Default is true.
Public propertyName
Gets the name of the dataset.
Public propertyParallelOptions
Gets calculation options.
Public propertyRelations
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.
Public propertyReleasingDataChanged
Gets a value indicating whether invocation of DataChanged is in process.
Public propertyTables
Gets the collection of tables contained in the dataset.
Public propertyTransactionFactory
Gets the transaction factory.
Public propertyUndoRepository
Gets the undo repository.
Public propertyUndoSerializationService
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Top
See Also