 | BcfRelationSetupChildTable Property |
Gets or sets the child-table name.
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic string ChildTable { get; set; }Public Property ChildTable As String
Get
Set
Property Value
Type:
StringThe child-table name if set; otherwise
.
RemarksWhen using the setup to create a
BcfDataSet the value must match one of the
Tables name property.
See Also