Click or drag to resize

BcfRelationSetupParentTable Property

Gets or sets the parent-table name.

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

Property Value

Type: String
The parent-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