共用方式為


SingleValueCastNode 類別

定義

代表轉換單一基本值節點之類型區段的節點。

public sealed class SingleValueCastNode : Microsoft.OData.UriParser.SingleValueNode
type SingleValueCastNode = class
    inherit SingleValueNode
Public NotInheritable Class SingleValueCastNode
Inherits SingleValueNode
繼承
SingleValueCastNode

建構函式

SingleValueCastNode(SingleValueNode, IEdmPrimitiveType)

使用指定的來源節點和要轉換成的指定型別,建立 SingleValueCastNode。

屬性

Kind

取得此節點的種類。

(繼承來源 SingleValueNode)
Source

取得要轉換成不同型別的屬性。

TypeReference

取得將來源轉換成的目標類型。

方法

Accept<T>(QueryNodeVisitor<T>)

QueryNodeVisitor<T>接受 ,其會逐步執行 的樹狀 QueryNode 結構。

適用於