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

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

Property Value

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