Click or drag to resize
CalculationWorks Logo
BcfRelation Class
Represents a parent-child relationship between two BcfTable objects. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfRelation

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public sealed class BcfRelation : IBcfModelObject

The BcfRelation type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBehavior
Public propertyChildKeyColumns
Gets the child key columns.
Public propertyChildTable
Gets the child BcfTable.
Public propertyDataSet
Gets the BcfDataSet the relation belongs to.
Public propertyDeleteRule
Gets the delete action.
Public propertyName
Gets the relations name.
Public propertyParentKeyColumns
Gets the parent key columns.
Public propertyParentTable
Gets the parent BcfTable.
Public propertyUpdateRule
Gets the update action.
Top
See Also