ProjectSerializerAddNormalRelationshipEdgeToDictionaries Method |
Adds the normal relationship edge to dictionaries.
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 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