BcfTableTRow, TOptions Properties |
[This is preliminary documentation and is subject to change.]
The BcfTableTRow, TOptions generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Columns |
Gets all columns of this table; optimizer generated columns inclusive. A column-collection without optimizer-columns is Defined of returned collection.
(Inherited from BcfTable.) | |
| Count | Gets the number of elements in the collection. (Inherited from BcfTableTRow.) | |
| DataSet |
Gets the BcfDataSet the table belongs to.
(Inherited from BcfTable.) | |
| Index |
Gets the zero-based index of the table in BcfDataSet.Tables collection.
(Inherited from BcfTable.) | |
| Item | Gets the element at the specified index in the read-only list. (Inherited from BcfTableTRow.) | |
| Name |
Gets the tables name.
(Inherited from BcfTable.) | |
| Options |
Gets or sets the table-options.
| |
| PrimaryKey |
Gets the tables primary key.
(Inherited from BcfTable.) | |
| Rows |
Gets the collection of rows of this table.
(Inherited from BcfTable.) | |
| RowType |
Gets the Type of the rows.
(Inherited from BcfTableTRow.) | |
| Rules |
Gets the collection of rule-calculators in this table.
(Inherited from BcfTable.) | |
| ShouldPersist |
Gets a value indicating whether the rows should be persisted when saving data.
(Inherited from BcfTable.) | |
| ToChildRelations |
Gets the collection of relations where this table is parent end.
(Inherited from BcfTable.) | |
| ToParentRelations |
Gets the collection of relations where this table is child end.
(Inherited from BcfTable.) |