ProjectSerializerNamePerNormalRelationshipEdge Property |
Gets the list of names per NormalRelationshipEdge
Namespace: SD.LLBLGen.Pro.ApplicationCore.XmlAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<NormalRelationshipEdge, string> NamePerNormalRelationshipEdge { get; }
Public ReadOnly Property NamePerNormalRelationshipEdge As Dictionary(Of NormalRelationshipEdge, String)
Get
Property Value
Type:
DictionaryNormalRelationshipEdge,
StringSee Also