Share via


FilterClause.Expression Property

Gets the filter expression that should evaluate to a single Boolean value.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property Expression As SingleValueNode 
    Get
'Usage
Dim instance As FilterClause 
Dim value As SingleValueNode 

value = instance.Expression
public SingleValueNode Expression { get; }
public:
property SingleValueNode^ Expression {
    SingleValueNode^ get ();
}
member Expression : SingleValueNode
function get Expression () : SingleValueNode

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
The filter expression that should evaluate to a single Boolean value.

See Also

Reference

FilterClause Class

Microsoft.Data.OData.Query.SemanticAst Namespace