SearchClause 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 result of parsing a $search query option.
public sealed class SearchClause
type SearchClause = class
Public NotInheritable Class SearchClause
- Inheritance
-
SearchClause
Constructors
SearchClause(SingleValueNode) |
Creates a SearchClause. |
Properties
Expression |
Gets the filter expression - this should evaluate to a single boolean value. |