Attach a data source to the search job to be searched as part of an unindexed search.
void AttachDataSource(DDataSourceBase * ds, int fShouldDelete = false);
|
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. |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|