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