ExtensionMethods.NavigationProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NavigationProperties(IEdmStructuredTypeReference) |
この参照とその基本型の定義で宣言されているナビゲーション プロパティを取得します。 |
NavigationProperties(IEdmStructuredType) |
この構造化型とすべての基本型で宣言されているナビゲーション プロパティを取得します。 |
NavigationProperties(IEdmStructuredTypeReference)
この参照とその基本型の定義で宣言されているナビゲーション プロパティを取得します。
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmNavigationProperty> NavigationProperties (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member NavigationProperties : Microsoft.OData.Edm.IEdmStructuredTypeReference -> seq<Microsoft.OData.Edm.IEdmNavigationProperty>
<Extension()>
Public Function NavigationProperties (type As IEdmStructuredTypeReference) As IEnumerable(Of IEdmNavigationProperty)
パラメーター
呼び出し元のオブジェクトへの参照。
戻り値
この参照とその基本型の定義で宣言されているナビゲーション プロパティ。
適用対象
NavigationProperties(IEdmStructuredType)
この構造化型とすべての基本型で宣言されているナビゲーション プロパティを取得します。
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmNavigationProperty> NavigationProperties (this Microsoft.OData.Edm.IEdmStructuredType type);
static member NavigationProperties : Microsoft.OData.Edm.IEdmStructuredType -> seq<Microsoft.OData.Edm.IEdmNavigationProperty>
<Extension()>
Public Function NavigationProperties (type As IEdmStructuredType) As IEnumerable(Of IEdmNavigationProperty)
パラメーター
- type
- IEdmStructuredType
呼び出し元のオブジェクトへの参照。
戻り値
この構造化型とすべての基本型で宣言されているナビゲーション プロパティ。