NormalRelationshipEdgeGetEntityOnOneSide Method  | 
 
            Gets the entity on the '1' side of the relationship. So if the relationship is a m:1 relationship, the end entity is returned. if the 
            relationship is a 1:1 relationship, the start entity is returned. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic EntityDefinition GetEntityOnOneSide()
Public Function GetEntityOnOneSide As EntityDefinition
Return Value
Type: 
EntityDefinition
See Also