IDbSpecificCreatorAppendJoinSideToJoinFragments 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.6.0.0 (5.6.19.0117)
Syntax void AppendJoinSideToJoinFragments(
QueryFragments toAppendTo,
string elementName,
string alias,
string tableHint,
string temporalPredicate
)
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.
See Also