 | BcfRelationStep Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance.
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRelationStep(
bool toParent,
string relationName,
bool distinctRows
)
Public Sub New (
toParent As Boolean,
relationName As String,
distinctRows As Boolean
)
Parameters
- toParent
- Type: SystemBoolean
true to access parent row(s); otherwise child rows - relationName
- Type: SystemString
The relation name. - distinctRows
- Type: SystemBoolean
true to remove duplicate rows after collecting.
See Also