FunctionCallNode クラス

定義

関数呼び出しを表すノード。

public sealed class FunctionCallNode : Microsoft.WindowsAzure.MobileServices.Query.QueryNode
type FunctionCallNode = class
    inherit QueryNode
Public NotInheritable Class FunctionCallNode
Inherits QueryNode
継承
FunctionCallNode

コンストラクター

FunctionCallNode(String, IList<QueryNode>)

FunctionCallNode のインスタンスを初期化します。

プロパティ

Arguments

この関数呼び出しに対する引数のリストを取得します。

Kind

クエリ ノードの種類を取得します。

Name

呼び出す関数の名前を取得します。

メソッド

Accept<T>(QueryNodeVisitor<T>)

QueryNodeVisitor<T>を受け入れて、 のQueryNodeツリーを歩きます。

適用対象