Click or drag to resize
InnerOuterJoinCreateOnClause Method
Creates the on clause for the relation object created from this instance.

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
protected override IPredicate CreateOnClause(
	IElementCreatorCore creator
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator.

Return Value

Type: IPredicate
predicate to use for the ON clause for the relation created from this object, or null if no ON clause has to be used.
See Also