Click or drag to resize
CalculationWorks Logo
BcfNavigationHelperDataSet Properties

The BcfNavigationHelperDataSet type exposes the following members.

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