Click or drag to resize
JoinsInner Method (IEntityRelation)
Defines the join specified by the relationship as an Inner join

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 static EntityRelationBasedJoin Inner(
	IEntityRelation relationship
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship.

Return Value

Type: EntityRelationBasedJoin
See Also