BcfRelationTOptions Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfRelationTOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildEndMaxConstraint |
Gets a value indicating the maximum count of child rows a parent row may have.
(Inherited from BcfRelation.) | |
| ChildEndMinConstraint |
Gets a value indicating the minimum count of child rows a parent row may have.
(Inherited from BcfRelation.) | |
| ChildKeyColumns |
Gets the child key columns.
(Inherited from BcfRelation.) | |
| ChildRelationId |
Gets the child relation identifier.
(Inherited from BcfRelation.) | |
| ChildTable |
Gets the child BcfTable.
(Inherited from BcfRelation.) | |
| DataSet |
Gets the BcfDataSet the relation belongs to.
(Inherited from BcfRelation.) | |
| DeleteRule |
Gets or sets the delete action.
(Inherited from BcfRelation.) | |
| HasKeyColumns |
Gets a value indicating relation has key columns.
(Inherited from BcfRelation.) | |
| HasParentEndNotNullConstraint |
Gets a value indicating whether a child row must have a parent row or not.
(Inherited from BcfRelation.) | |
| Index |
Gets the zero-based index of this BcfRelation in the datasets Relations collection.
(Inherited from BcfRelation.) | |
| Name |
Gets the relation name.
(Inherited from BcfRelation.) | |
| Options |
Gets or sets the options.
| |
| ParentKeyColumns |
Gets the parent key columns.
(Inherited from BcfRelation.) | |
| ParentRelationId |
Gets the parent relation identifier.
(Inherited from BcfRelation.) | |
| ParentTable |
Gets the parent BcfTable.
(Inherited from BcfRelation.) | |
| ToChildRelationIndex | (Inherited from BcfRelation.) | |
| ToParentRelationIndex | (Inherited from BcfRelation.) | |
| UpdateRule |
Gets or sets the update action.
(Inherited from BcfRelation.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindChildRows |
Returns child rows with matching key values.
(Inherited from BcfRelation.) | |
| FindParentRow |
Returns parent row with matching key values.
(Inherited from BcfRelation.) | |
| FindParentRows |
Returns parent rows with matching key values.
(Inherited from BcfRelation.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOptions |
Gets the relation-options.
(Overrides BcfRelationGetOptions.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetOptions |
Sets the relation-options.
(Overrides BcfRelationSetOptions(Object).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |