Share via


FilterClause.RangeVariable Property

Gets the parameter for the expression which represents a single value from the collection.

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

Syntax

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

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

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.RangeVariable
The parameter for the expression which represents a single value from the collection.

See Also

Reference

FilterClause Class

Microsoft.Data.OData.Query.SemanticAst Namespace