RelationshipInfo Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic RelationshipInfo(
	RelationshipEdge relationship,
	bool viaStartNavigator
)
Public Sub New ( 
	relationship As RelationshipEdge,
	viaStartNavigator As Boolean
)
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