 | BcfParentRelationId Constructor (Int32, Int32) |
Initializes a new instance of the structure.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfParentRelationId(
int childTableIndex,
int parentRelationIndex
)
Public Sub New (
childTableIndex As Integer,
parentRelationIndex As Integer
)
Parameters
- childTableIndex
- Type: SystemInt32
The index of table in Tables. - parentRelationIndex
- Type: SystemInt32
The relations ToParentRelationIndex.
See Also