DataQuery Combine TQuery  Method (IEnumerable TQuery , IEnumerable String , String)Kentico 8.1 API Reference
Combines several queries into a single result

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

queries
Type: OnlineSystem.Collections.Generic IEnumerable TQuery 
Queries
operators
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Operators between queries
connectionStringName (Optional)
Type: OnlineSystem 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: TQuery
See Also