 | 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-beta6
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.
Version InformationBCF
Supported in: 4.0
See Also