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

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

Parameters

queries
Type: SystemString
Queries to except

Return Value

Type: String
See Also