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.2.0.0 (5.2.17.0403)
Syntax public 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