Click or drag to resize
InnerOuterJoinOn Method
Adds the specified predicate as the ON clause for the join this object represents.

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 InnerOuterJoin On(
	IPredicate onClause
)

Parameters

onClause
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The on clause.

Return Value

Type: InnerOuterJoin
this join.
See Also