Click or drag to resize
CalculationWorks Logo
BcfDataSet Properties

The BcfDataSet type exposes the following members.

Properties
  NameDescription
Public propertyBehavior
Gets the BcfDataSetBehavior.
Public propertyCalculating
Gets a value indicating whether this BcfDataSet is currently calculating.
Public propertyChangeTracking
Public propertyCurrentTransaction
Gets the current BcfTransaction.
Public propertyInDumbMode
Gets a value indicating whether the instance is in dumb mode. EnterDumbMode for details.
Public propertyLocked
Gets a value indicating whether this BcfDataSet is locked.
Public propertyName
Gets the name of the current dataset.
Public propertyRelations
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.
Public propertyReleasingEvents
Gets a value indicating whether release of deferred events is currently in process.
Public propertyTables
Gets the collection of tables contained in the dataset.
Public propertyValidationResults
Gets the collection of BcfValidatorResult objects.
Top
See Also