BcfTable Properties |
[This is preliminary documentation and is subject to change.]
The BcfTable 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.
| |
| DataSet |
Gets the BcfDataSet the table belongs to.
| |
| Index |
Gets the zero-based index of the table in BcfDataSet.Tables collection.
| |
| Item |
Gets the row at the specified zero-based index.
| |
| Name |
Gets the tables name.
| |
| PrimaryKey |
Gets the tables primary key.
| |
| Rows |
Gets the collection of rows of this table.
| |
| RowType |
Gets the Type of the rows.
| |
| Rules |
Gets the collection of rule-calculators in this table.
| |
| ShouldPersist |
Gets a value indicating whether the rows should be persisted when saving data.
| |
| ToChildRelations |
Gets the collection of relations where this table is parent end.
| |
| ToParentRelations |
Gets the collection of relations where this table is child end.
|