このエンティティ参照が示すエンティティ型を取得します。
名前空間: Microsoft.Data.Edm
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property EntityType As IEdmEntityType
Get
'使用
Dim instance As IEdmEntityReferenceType
Dim value As IEdmEntityType
value = instance.EntityType
IEdmEntityType EntityType { get; }
property IEdmEntityType^ EntityType {
IEdmEntityType^ get ();
}
abstract EntityType : IEdmEntityType
function get EntityType () : IEdmEntityType
プロパティ値
型: Microsoft.Data.Edm.IEdmEntityType
このエンティティ参照が示すエンティティ型。