SearchExpressionType 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 SearchExpressionType class is the base class for derived classes that represent a restriction.
public ref class SearchExpressionType abstract
public abstract class SearchExpressionType
Public MustInherit Class SearchExpressionType
- Inheritance
-
SearchExpressionType
- Derived
Remarks
The following types are derived from the SearchExpressionType class:
- AndType
- ContainsExpressionType
- ExcludesType
- ExistsType
- IsEqualToType
- IsGreaterThanType
- IsGreaterThanOrEqualToType
- IsLessThanType
- IsLessThanOrEqualToType
- IsNotEqualToType
- NotType
- OrType
Constructors
SearchExpressionType() |
The SearchExpressionType class is abstract and cannot be instantiated. |