DbSpecificCreatorBaseAppendJoinSideToJoinFragments Method  | 
 
            Appends the elements as a join side to the fragments passed in in the default format: ElementName temporalPredicate alias tableHint. If an element
            is specified as empty/null, the element is skipped and no trailing space is emitted. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic virtual void AppendJoinSideToJoinFragments(
	QueryFragments toAppendTo,
	string elementName,
	string alias,
	string tableHint,
	string temporalPredicate
)
Public Overridable Sub AppendJoinSideToJoinFragments ( 
	toAppendTo As QueryFragments,
	elementName As String,
	alias As String,
	tableHint As String,
	temporalPredicate As String
)
Parameters
- toAppendTo
 - Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
To append to. - elementName
 - Type: SystemString
Name of the element. - alias
 - Type: SystemString
The alias. - tableHint
 - Type: SystemString
The table hint. - temporalPredicate
 - Type: SystemString
The temporal predicate. 
Implements
IDbSpecificCreatorAppendJoinSideToJoinFragments(QueryFragments, String, String, String, String)
See Also