BcfRelation Properties |
[This is preliminary documentation and is subject to change.]
The BcfRelation type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildEndMaxConstraint |
Gets a value indicating the maximum count of child rows a parent row may have.
| |
| ChildEndMinConstraint |
Gets a value indicating the minimum count of child rows a parent row may have.
| |
| ChildKeyColumns |
Gets the child key columns.
| |
| ChildRelationId |
Gets the child relation identifier.
| |
| ChildTable |
Gets the child BcfTable.
| |
| DataSet |
Gets the BcfDataSet the relation belongs to.
| |
| DeleteRule |
Gets or sets the delete action.
| |
| HasKeyColumns |
Gets a value indicating relation has key columns.
| |
| HasParentEndNotNullConstraint |
Gets a value indicating whether a child row must have a parent row or not.
| |
| Index |
Gets the zero-based index of this BcfRelation in the datasets Relations collection.
| |
| Name |
Gets the relation name.
| |
| ParentKeyColumns |
Gets the parent key columns.
| |
| ParentRelationId |
Gets the parent relation identifier.
| |
| ParentTable |
Gets the parent BcfTable.
| |
| ToChildRelationIndex | ||
| ToParentRelationIndex | ||
| UpdateRule |
Gets or sets the update action.
|