Click or drag to resize
SqlHelperUnionQueries Method (String, Boolean)
Returns the query created as an UNION of the given queries.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string UnionQueries(
	string[] queries,
	bool unionAll
)

Parameters

queries
Type: SystemString
Queries to union
unionAll
Type: SystemBoolean
Union all records (no distinct)

Return Value

Type: String
See Also