Click or drag to resize

BcfParentRelationId Constructor (Int32, Int32)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the structure.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfParentRelationId(
	int childTableIndex,
	int parentRelationIndex
)

Parameters

childTableIndex
Type: SystemInt32
The index of table in Tables.
parentRelationIndex
Type: SystemInt32
The relations ToParentRelationIndex.
See Also