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.ORMSupportClasses.IEntityRelation
The relationship.
joinType
Type: SD.LLBLGen.Pro.ORMSupportClasses.JoinHint
Type of the join.
aliasStartEntity
Type: System.String
The alias for the start entity.
aliasEndEntity
Type: System.String
The alias for the end entity.
See Also