Click or drag to resize
IDataQueryTQueryExcept Method
Gets the intersection of this data query with another query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TQuery Except(
	TQuery query
)

Parameters

query
Type: TQuery
Query to intersect with

Return Value

Type: TQuery
See Also