次の方法で共有


NonResourceRangeVariable クラス

定義

エンティティ セットまたは複合コレクションを参照しない Any または All からの rangeVariable。

public sealed class NonResourceRangeVariable : Microsoft.OData.UriParser.RangeVariable
type NonResourceRangeVariable = class
    inherit RangeVariable
Public NotInheritable Class NonResourceRangeVariable
Inherits RangeVariable
継承
NonResourceRangeVariable

コンストラクター

NonResourceRangeVariable(String, IEdmTypeReference, CollectionNode)

NonResourceRangeVariable を作成します。

プロパティ

CollectionNode

この範囲変数ノードが反復処理するコレクションを取得します。単一の値のノードの場合は null にすることができます。

Kind

この範囲変数の種類を取得します。

Name

関連付けられた範囲変数の名前を取得します。

TypeReference

範囲変数が表す値の型を取得します。

適用対象