Click or drag to resize

BcfTable Properties

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

The BcfTable 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.
Public propertyDataSet
Gets the BcfDataSet the table belongs to.
Public propertyIndex
Gets the zero-based index of the table in BcfDataSet.Tables collection.
Public propertyItem
Gets the row at the specified zero-based index.
Public propertyName
Gets the tables name.
Public propertyPrimaryKey
Gets the tables primary key.
Public propertyRows
Gets the collection of rows of this table.
Public propertyRowType
Gets the Type of the rows.
Public propertyRules
Gets the collection of rule-calculators in this table.
Public propertyShouldPersist
Gets a value indicating whether the rows should be persisted when saving data.
Public propertyToChildRelations
Gets the collection of relations where this table is parent end.
Public propertyToParentRelations
Gets the collection of relations where this table is child end.
Top
See Also