Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public string AddNormalRelationshipEdgeToDictionaries(
	NormalRelationshipEdge toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipEdge
To add.

Return Value

Type: String
the name the relationship was added to the dictionary
See Also