 |
BcfDataSetSetupAddRelation Method (String, BcfTableSetup, BcfTableSetup) |
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic BcfRelationSetup AddRelation(
string relationName,
BcfTableSetup parentTable,
BcfTableSetup childTable
)
Public Function AddRelation (
relationName As String,
parentTable As BcfTableSetup,
childTable As BcfTableSetup
) As BcfRelationSetup
public:
BcfRelationSetup^ AddRelation(
String^ relationName,
BcfTableSetup^ parentTable,
BcfTableSetup^ childTable
)
member AddRelation :
relationName : string *
parentTable : BcfTableSetup *
childTable : BcfTableSetup -> BcfRelationSetup
Parameters
- relationName
- Type: SystemString
Name of the relation. - parentTable
- Type: CalculationWorks.BusinessModel.DesignBcfTableSetup
The parent table. - childTable
- Type: CalculationWorks.BusinessModel.DesignBcfTableSetup
The child table.
Return Value
Type:
BcfRelationSetupBcfRelationSetup.
Exceptions
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also