Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISearchExecutor interface contains methods to prepare and then to execute search.
ISearchExecutor
The ISearchEngineSchema.SearchExecutor property gives access to the object which executes the search.
| Method name | Brief description | |
| CreateContext | The CreateContext method creates search context. | |
| Search | The Search method executes the search and returns result set of records satisfying to selected conditions. |
See also: