Attach a data source to the search job to be searched as part of an unindexed search.
Syntax
Class
Parameters
Parameters |
Description |
---|---|
DDataSourceBase * ds |
Data source to attach (see dtsDataSource and DDataSourceBase) |
int fShouldDelete = false |
If true, the data source will be deleted by the DSearchJob destructor. |
Description