ProjectSerializerAddNormalRelationshipEdgeToDictionaries Method  | 
 
            Adds the normal relationship edge to dictionaries.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Xml
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic string AddNormalRelationshipEdgeToDictionaries(
	NormalRelationshipEdge toAdd
)
Public Function AddNormalRelationshipEdgeToDictionaries ( 
	toAdd As NormalRelationshipEdge
) As String
Parameters
- toAdd
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipEdge
To add. 
Return Value
Type: 
Stringthe name the relationship was added to the dictionary
See Also