JoinClauseBaseCreateOnClause 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.4.0.0 (5.4.0)
Syntaxprotected virtual IPredicate CreateOnClause(
	IElementCreatorCore creator
)
Protected Overridable Function CreateOnClause ( 
	creator As IElementCreatorCore
) As IPredicate
Parameters
- creator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator. 
Return Value
Type: 
IPredicatepredicate 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