| InnerOuterJoinCreateOnClause Method  | 
            Creates the on clause for the relation object created from this instance.
            
 
Namespace: SD.LLBLGen.Pro.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected override IPredicate CreateOnClause(
	IElementCreatorCore creator
)
Protected Overrides Function CreateOnClause ( 
	creator As IElementCreatorCore
) As IPredicate
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