ConvertNode Class

Definition

Node representing a conversion of primitive type to another type.

public sealed class ConvertNode : Microsoft.OData.UriParser.SingleValueNode
type ConvertNode = class
    inherit SingleValueNode
Public NotInheritable Class ConvertNode
Inherits SingleValueNode
Inheritance

Constructors

ConvertNode(SingleValueNode, IEdmTypeReference)

Constructs a ConvertNode.

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Source

Get the source value to convert.

TypeReference

Get the type we're converting to.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

Applies to