FilterClause Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.
Defines a base class for filter clauses.
public ref class FilterClause abstract
[System.Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")]
public abstract class FilterClause
[<System.Obsolete("Use LINQ expressions via VectorSearchOptions<TRecord>.Filter instead. This type will be removed in a future version.")>]
type FilterClause = class
Public MustInherit Class FilterClause
- Inheritance
-
FilterClause
- Derived
- Attributes
Remarks
A FilterClause is used to request that the underlying search service should filter search results based on the specified criteria.
Constructors
| Name | Description |
|---|---|
| FilterClause() |
Initializes a new instance of the FilterClause class. |