Click or drag to resize

BcfTableTRow, TOptions Properties

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

The BcfTableTRow, TOptions 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 in the collection.
(Inherited from BcfTableTRow.)
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 element at the specified index in the read-only list.
(Inherited from BcfTableTRow.)
Public propertyName
Gets the tables name.
(Inherited from BcfTable.)
Public propertyOptions
Gets or sets the table-options.
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.
(Inherited from BcfTableTRow.)
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