Click or drag to resize
ProjectSerializerGetNameForNormalRelationshipEdgeFromDictionaries Method
Gets the name for normal relationship edge from 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 GetNameForNormalRelationshipEdgeFromDictionaries(
	NormalRelationshipEdge relationship
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipEdge
The relationship.

Return Value

Type: String
See Also