Click or drag to resize

BcfRelationSetupChildTable Property

Gets or sets the child-table name.

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public string ChildTable { get; set; }

Property Value

Type: String
The child-table name if set; otherwise .
Remarks
When using the setup to create a BcfDataSet the value must match one of the Tables name property.
See Also