Click or drag to resize
EntityRelationBasedJoin Constructor (IEntityRelation, JoinHint, String, String)
Initializes a new instance of the EntityRelationBasedJoin class.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityRelationBasedJoin(
	IEntityRelation relationship,
	JoinHint joinType,
	string aliasStartEntity,
	string aliasEndEntity
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship.
joinType
Type: SD.LLBLGen.Pro.ORMSupportClassesJoinHint
Type of the join.
aliasStartEntity
Type: SystemString
The alias for the start entity.
aliasEndEntity
Type: SystemString
The alias for the end entity.
See Also