다음을 통해 공유


TextSearchFilter Class

Definition

Used to provide filtering when using ITextSearch.

public sealed class TextSearchFilter
type TextSearchFilter = class
Public NotInheritable Class TextSearchFilter
Inheritance
TextSearchFilter

Remarks

A filter has a collection of FilterClauses that can be used by an ITextSearch implementation to request that the underlying search service filter the search results.

Constructors

TextSearchFilter()

Properties

FilterClauses

The clauses to apply to the TextSearchFilter

Methods

Equality(String, Object)

Add a equality clause to the filter options.

Applies to