Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public virtual void AppendJoinSideToJoinFragments(
	QueryFragments toAppendTo,
	string elementName,
	string alias,
	string tableHint,
	string temporalPredicate
)

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