Click or drag to resize
CalculationWorks Logo
BcfDataSetBehaviorRelationBehaviorFactory Property
Gets the relation behavior factory.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfDataSetRelationBehaviorFactory RelationBehaviorFactory { get; }

Property Value

Type: BcfDataSetRelationBehaviorFactory
The relation behavior factory.
Remarks
If no BcfDataSetRelationBehaviorFactory is specified in BcfDataSetSetup.BehaviorItems a default will be created.
See Also