QueryNodeKind Enumeration
Specifies an enumeration of kinds of query nodes.
Namespace: Microsoft.Data.OData.Query
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration QueryNodeKind
'Usage
Dim instance As QueryNodeKind
public enum QueryNodeKind
public enum class QueryNodeKind
type QueryNodeKind
public enum QueryNodeKind
Members
Member name | Description | |
---|---|---|
All | Specifies all the query node kind. | |
Any | Specifies any node kind. | |
BinaryOperator | A parameter node used to represent a binary operator. | |
CollectionFunctionCall | ||
CollectionNavigationNode | Specifies the collection navigation node. | |
CollectionPropertyAccess | Specifies the collection property access node. | |
Constant | The constant value. | |
Convert | The convert of primitive type. | |
EntityCollectionCast | Specifies the entity collection cast node. | |
EntityCollectionFunctionCall | ||
EntityRangeVariableReference | Specifies the entity range variable reference node. | |
NamedFunctionParameter | ||
None | No query node was specified. | |
NonentityRangeVariableReference | Specifies the non-entity range variable reference node. | |
SingleEntityCast | Specifies the single entity cast node. | |
SingleEntityFunctionCall | ||
SingleNavigationNode | Specifies the single navigation node. | |
SingleValueFunctionCall | The function call returning a single value. | |
SingleValueOpenPropertyAccess | Specifies the single value open property access node. | |
SingleValuePropertyAccess | Specifies the single value property access node. | |
UnaryOperator | A parameter node used to represent a unary operator. |