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