SqlHelperUnionQueries Method (String, Boolean) |
Returns the query created as an UNION of the given queries.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also