Click or drag to resize
DataQueryCombine Method (IEnumerableIDataQuery, IEnumerableString, String)
Combines several queries into a single result

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static DataQuery Combine(
	IEnumerable<IDataQuery> queries,
	IEnumerable<string> operators,
	string connectionStringName = null
)

Parameters

queries
Type: System.Collections.GenericIEnumerableIDataQuery
Queries
operators
Type: System.Collections.GenericIEnumerableString
Operators between queries
connectionStringName (Optional)
Type: SystemString
Specifies connection string against which the query will be executed. If connection string name is not specified, uses the default database.

Return Value

Type: DataQuery
See Also