Click or drag to resize

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
Syntax
public BcfRelationStep(
	bool toParent,
	string relationName,
	bool distinctRows
)

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