FilterClause Class
Represents the result of parsing a $filter query option.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Query.SemanticAst.FilterClause
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class FilterClause
'Usage
Dim instance As FilterClause
public sealed class FilterClause
public ref class FilterClause sealed
[<SealedAttribute>]
type FilterClause = class end
public final class FilterClause
The FilterClause type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterClause | Initializes a new instance of the FilterClause class. |
Top
Properties
Name | Description | |
---|---|---|
Expression | Gets the filter expression that should evaluate to a single Boolean value. | |
ItemType | Gets the type of item returned by this clause. | |
RangeVariable | Gets the parameter for the expression which represents a single value from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.