Click or drag to resize
IGeneratorGetUniqueRelationshipNameForRelationship Method
Gets the cached unique relationship name for relationship specified. The relationship has to be in scope of the generator

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
string GetUniqueRelationshipNameForRelationship(
	RelationshipEdge relationship
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelRelationshipEdge
The relationship.

Return Value

Type: String
unique name within the scope of the generator for the relationship specified
Remarks
The name is in the format StartEntityName_StartNavigator_EndEntityName_EndNavigator. If duplicates arise, underscores are appended till a unique name is created.
See Also