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.5.0.0 (5.5.18.1019)
Syntax protected 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