Click or drag to resize
EntityRelationBasedJoin Constructor (IEntityRelation, JoinHint)
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
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship.
joinType
Type: SD.LLBLGen.Pro.ORMSupportClassesJoinHint
Type of the join.
See Also