SearchFilter 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.
The SearchFilter class is used to help construct valid OData filter expressions, like the kind used by Filter, by automatically replacing, quoting, and escaping interpolated parameters. For more information, see Filters in Azure Cognitive Search.
public static class SearchFilter
type SearchFilter = class
Public Class SearchFilter
- Inheritance
-
SearchFilter
Methods
Create(FormattableString) |
Create an OData filter expression from an interpolated string. The interpolated values will be quoted and escaped as necessary. |
Create(FormattableString, IFormatProvider) |
Create an OData filter expression from an interpolated string. The interpolated values will be quoted and escaped as necessary. |
Applies to
Azure SDK for .NET