Click or drag to resize
CalculationWorks Logo
BcfTableTRow Properties

The BcfTableTRow generic type exposes the following members.

Properties
  NameDescription
Public propertyBehavior
Gets the BcfTableBehavior.
(Inherited from BcfTable.)
Public propertyChildRelations
Gets the collection of child relations for this table.
(Inherited from BcfTable.)
Public propertyColumns
Gets the collection of columns belonging to this table.
(Inherited from BcfTable.)
Public propertyDataSet
Gets the BcfDataSet the table belongs to.
(Inherited from BcfTable.)
Public propertyIndex
Gets the position of the table in BcfDataSet.Tables collection.
(Inherited from BcfTable.)
Public propertyItem
Gets the row at the specified index.
Public propertyName
Gets the tables name.
(Inherited from BcfTable.)
Public propertyParentRelations
Gets the collection of parent relations for this table.
(Inherited from BcfTable.)
Public propertyRows
Gets the collection of rows belonging to this table.
(Inherited from BcfTable.)
Public propertyValidators
Gets the collection of validators belonging to this table.
(Inherited from BcfTable.)
Top
See Also