Click or drag to resize
RelationshipInfo Constructor
Initializes a new instance of the RelationshipInfo class.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public RelationshipInfo(
	RelationshipEdge relationship,
	bool viaStartNavigator
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelRelationshipEdge
The relationship.
viaStartNavigator
Type: SystemBoolean
if set to the owning entity is reachable via the startnavigator of the relationship specified and the related entity via the endnavigator.
See Also