| SqlHelperIntersectQueries Method  | 
            Returns the query created as an INTERSECT of the given queries.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static string IntersectQueries(
	params string[] queries
)
Parameters
- queries
 - Type: SystemString
Queries to intersect 
Return Value
Type: 
String
See Also