JoinsLeft Method (IEntityRelation, String, String) | 
 
            Defines the join specified by the relationship as a left join
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic static EntityRelationBasedJoin Left(
	IEntityRelation relationship,
	string aliasStartEntity,
	string aliasEndEntity
)
Public Shared Function Left ( 
	relationship As IEntityRelation,
	aliasStartEntity As String,
	aliasEndEntity As String
) As EntityRelationBasedJoin
Parameters
- relationship
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship. - aliasStartEntity
 - Type: SystemString
The alias of the start entity. - aliasEndEntity
 - Type: SystemString
The alias of the end entity. 
Return Value
Type: 
EntityRelationBasedJoin
See Also