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