SearchProviderIntersectResultItems Method |
Intersects the result items.
Namespace: CMS.SearchProviderSQLAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void IntersectResultItems(
ref DataSet target,
DataSet[] newData
)
Parameters
- target
- Type: System.DataDataSet
Target data - newData
- Type: System.DataDataSet
New data (to intersect)
See Also