Click or drag to resize

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
Syntax
C#
public 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