IDataQueryTQueryExcept Method |
Gets the intersection of this data query with another query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery Except(
TQuery query
)
Parameters
- query
- Type: TQuery
Query to intersect with
Return Value
Type:
TQuerySee Also