ExtensionMethods.DependentProperties(IEdmNavigationProperty) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このナビゲーション プロパティの依存プロパティを取得します。これがプリンシパル エンティティの場合、または参照制約がない場合は 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 を返します。