SearchProviderAddResultItems Method |
Adds the result items to the given DataSet.
Namespace: CMS.SearchProviderSQLAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static void AddResultItems(
ref DataSet target,
DataSet newData
)
Parameters
- target
- Type: System.DataDataSet
Target DataSet - newData
- Type: System.DataDataSet
New data
See Also