Share via


RangeVariableKind Class

Enumerates the different kinds of range variables.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.Query.SemanticAst.RangeVariableKind

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

Syntax

'Declaration
Public NotInheritable Class RangeVariableKind
'Usage
public static class RangeVariableKind
public ref class RangeVariableKind abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RangeVariableKind =  class end
public final class RangeVariableKind

The RangeVariableKind type exposes the following members.

Fields

  Name Description
Public fieldStatic member Entity A range variable that referrs to entity types.
Public fieldStatic member Nonentity A range variable that referrs to non-entity types.

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.

See Also

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace