See Also
SearchFilter Methods
|
SearchFilter Class
|
SearchFilter Members
|
dtSearch.Engine
You are here:
dtSearch.Engine
>
SearchFilter Class
>
SearchFilter Methods
>
SelectAll Method
Close
dtSearch Engine API for .NET Framework 2.x-4.x 2024.01
Contents
|
Index
|
Home
Previous
|
Up
|
Next
SearchFilter::SelectAll Method
Select all of the documents in the index.
C#
public
void
SelectAll
(
long
whichIndex
);
Parameters
Parameters
Description
whichIndex
Integer identifying the index in this
SearchFilter
(obtained from
AddIndex
)
See Also
SearchFilter Methods
|
SearchFilter Class
|
SearchFilter Members
|
dtSearch.Engine