Click or drag to resize
SqlHelperIntersectQueries Method
Returns the query created as an INTERSECT of the given queries.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string IntersectQueries(
	params string[] queries
)

Parameters

queries
Type: SystemString
Queries to intersect

Return Value

Type: String
See Also