次の方法で共有


EdmNavigationProperty.DeclaringEntityType プロパティ

このナビゲーション プロパティが属しているエンティティ型を取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public ReadOnly Property DeclaringEntityType As IEdmEntityType
    Get
'使用
Dim instance As EdmNavigationProperty
Dim value As IEdmEntityType

value = instance.DeclaringEntityType
public IEdmEntityType DeclaringEntityType { get; }
public:
property IEdmEntityType^ DeclaringEntityType {
    IEdmEntityType^ get ();
}
member DeclaringEntityType : IEdmEntityType
function get DeclaringEntityType () : IEdmEntityType

プロパティ値

型: Microsoft.Data.Edm.IEdmEntityType
このナビゲーション プロパティが属しているエンティティ型。

関連項目

参照

EdmNavigationProperty クラス

Microsoft.Data.Edm.Library 名前空間