Click or drag to resize
NormalRelationshipEdgeGetEntityOnManySide Method
Gets the entity on the 'm' or many side of the relationship. So if the relationship is a m:1 relationship, the start entity is returned. If the relationship is a 1:1 relationship, null is returned.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityDefinition GetEntityOnManySide()

Return Value

Type: EntityDefinition
See Also