| BcfRelation Class | |
Namespace: CalculationWorks.BusinessModel
The BcfRelation type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Behavior |
Gets the BcfRelationBehavior.
| |
| ChildKeyColumns |
Gets the child key columns.
| |
| ChildTable |
Gets the child BcfTable.
| |
| DataSet |
Gets the BcfDataSet the relation belongs to.
| |
| DeleteRule |
Gets the delete action.
| |
| Name |
Gets the relations name.
| |
| ParentKeyColumns |
Gets the parent key columns.
| |
| ParentTable |
Gets the parent BcfTable.
| |
| UpdateRule |
Gets the update action.
|