dtSearch Text Retrieval Engine .NET interface

SearchFilter.AndNot Method 

Combine this filter with another filter in a logical "AND NOT" operation.

public void AndNot(
   SearchFilter other
);

Parameters

other
SearchFilter to be combined with this filter (the other SearchFilter is not modified)

See Also

SearchFilter Class | dtSearch.Engine Namespace