See Also
SearchFilter Methods
|
SearchFilter Class
|
SearchFilter Members
|
dtSearch.Engine Namespace
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
SearchFilter Class
>
SearchFilter Methods
>
AndNot Method
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
SearchFilter.AndNot Method
Combine this filter with another filter in a logical "AND NOT" operation.
C#
public
void
AndNot
(
SearchFilter
other
);
Parameters
Parameters
Description
other
SearchFilter
to be combined with this filter (the other
SearchFilter
is not modified)
See Also
SearchFilter Methods
|
SearchFilter Class
|
SearchFilter Members
|
dtSearch.Engine Namespace