Click or drag to resize
RelatedFieldElement Constructor (IFieldElementCore, NormalRelationshipEdge, Boolean)
Initializes a new instance of the RelatedFieldElement class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public RelatedFieldElement(
	IFieldElementCore field,
	NormalRelationshipEdge relationshipUsed,
	bool viaStartNavigator
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The field.
relationshipUsed
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipEdge
The relationship used.
viaStartNavigator
Type: SystemBoolean
if set to true, the field is related via the start navigator of the relationship used
See Also