次の方法で共有


ExtensionMethods.DependentProperties(IEdmNavigationProperty) メソッド

定義

このナビゲーション プロパティの依存プロパティを取得します。これがプリンシパル エンティティの場合、または参照制約がない場合は null を返します。

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> DependentProperties (this Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty);
static member DependentProperties : Microsoft.OData.Edm.IEdmNavigationProperty -> seq<Microsoft.OData.Edm.IEdmStructuralProperty>
<Extension()>
Public Function DependentProperties (navigationProperty As IEdmNavigationProperty) As IEnumerable(Of IEdmStructuralProperty)

パラメーター

navigationProperty
IEdmNavigationProperty

ナビゲーション プロパティ。

戻り値

このナビゲーション プロパティの依存プロパティ。これがプリンシパル エンティティの場合、または参照制約がない場合は null を返します。

適用対象