ExtensionMethods.PrincipalProperties(IEdmNavigationProperty) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このナビゲーション プロパティのプリンシパル プロパティを取得します。これがプリンシパル エンティティである場合、または参照制約がない場合は null を返します。
public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> PrincipalProperties (this Microsoft.OData.Edm.IEdmNavigationProperty navigationProperty);
static member PrincipalProperties : Microsoft.OData.Edm.IEdmNavigationProperty -> seq<Microsoft.OData.Edm.IEdmStructuralProperty>
<Extension()>
Public Function PrincipalProperties (navigationProperty As IEdmNavigationProperty) As IEnumerable(Of IEdmStructuralProperty)
パラメーター
- navigationProperty
- IEdmNavigationProperty
ナビゲーション プロパティ。
戻り値
このナビゲーション プロパティのプリンシパル プロパティ。これがプリンシパル エンティティである場合、または参照制約がない場合は null を返します。