| SqlIdFilterHelperTBuildJoinClause Method |
Adds a conditional join; it will only be added if temp table is used.
Namespace:
Omada.OE.AppLogic.Helpers
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void BuildJoinClause(
string tempTableQueryPart
)
Parameters
- tempTableQueryPart
- Type: SystemString
It is the join to be added to the query.
Example: "join $temptable$ on do.ID = $temptable$.Id"
See Also