Click or drag to resize

BcfTableTRow Properties

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

The BcfTableTRow generic type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Gets all columns of this table; optimizer generated columns inclusive. A column-collection without optimizer-columns is Defined of returned collection.
(Inherited from BcfTable.)
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyDataSet
Gets the BcfDataSet the table belongs to.
(Inherited from BcfTable.)
Public propertyIndex
Gets the zero-based index of the table in BcfDataSet.Tables collection.
(Inherited from BcfTable.)
Public propertyItem
Gets the row at the specified zero-based index.
Public propertyName
Gets the tables name.
(Inherited from BcfTable.)
Public propertyOptions
Gets the table-options.
(Inherited from BcfTable.)
Public propertyPrimaryKey
Gets the tables primary key.
(Inherited from BcfTable.)
Public propertyRows
Gets the collection of rows of this table.
(Inherited from BcfTable.)
Public propertyRowType
Gets the Type of the rows.
(Overrides BcfTableRowType.)
Public propertyRules
Gets the collection of rule-calculators in this table.
(Inherited from BcfTable.)
Public propertyShouldPersist
Gets a value indicating whether the rows should be persisted when saving data.
(Inherited from BcfTable.)
Public propertyToChildRelations
Gets the collection of relations where this table is parent end.
(Inherited from BcfTable.)
Public propertyToParentRelations
Gets the collection of relations where this table is child end.
(Inherited from BcfTable.)
Top
See Also