Click or drag to resize

BcfChildRelationId Constructor (Int32, Int32)

Initializes a new instance of the structure.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfChildRelationId(
	int parentTableIndex,
	int childRelationIndex
)

Parameters

parentTableIndex
Type: SystemInt32
The index of table in Tables.
childRelationIndex
Type: SystemInt32
The relations ToChildRelationIndex.
See Also