SpannerSpecificCreatorAppendJoinSideToJoinFragments 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.DQE.Spanner
Assembly:
SD.LLBLGen.Pro.DQE.Spanner (in SD.LLBLGen.Pro.DQE.Spanner.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public override void AppendJoinSideToJoinFragments(
QueryFragments toAppendTo,
string elementName,
string alias,
string tableHint,
string joinHint
)
Public Overrides Sub AppendJoinSideToJoinFragments (
toAppendTo As QueryFragments,
elementName As String,
alias As String,
tableHint As String,
joinHint 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. - joinHint
- Type: SystemString
Implements
IDbSpecificCreatorAppendJoinSideToJoinFragments(QueryFragments, String, String, String, String)See Also