IDataQueryTQueryIntersect Method |
Gets the intersection of this data query with another query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
SyntaxTQuery Intersect(
TQuery query
)
Parameters
- query
- Type: TQuery
Query to intersect with
Return Value
Type:
TQuery
See Also