Click or drag to resize
CalculationWorks Logo
BcfDataSetBehaviorTableBehaviorFactory Property
Gets the table behavior factory.

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

Property Value

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