dtSearch Text Retrieval Engine .NET interface

DataSource.Rewind Method 

Initialize the data source so the next GetNextDoc call will return the first document.

public abstract bool Rewind();

Return Value

true if the data source was initialized successfully, or false if the data could not be accessed.

See Also

DataSource Class | dtSearch.Engine Namespace