Combines several queries into a single result
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- queries
 - Type: 
System.Collections.Generic IEnumerable IDataQuery 
Queries 
- operators
 - Type: 
System.Collections.Generic IEnumerable 
String 
Operators between queries 
- connectionStringName (Optional)
 - Type: 
System String
Specifies connection string against which the query will be executed. If connection string name is not specified, uses the default database. 
Return Value
Type: DataQuerySee Also