RelationshipEdgeUniqueAssociationName Property |
Returns a unique association name. The name can be used using code generation if the whole model is consumed in 1 go to refer to associations.
Format: StartvertexFullName_EndVertexFullName_StartNavigator_EndNavigator. If both navigators are empty, Guid(N) is used instead of navigatornames, and
the format becomes StartvertexFullName_EndVertexFullName_Guid.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public string UniqueAssociationName { get; }
Public ReadOnly Property UniqueAssociationName As String
Get
Property Value
Type:
StringSee Also