次の方法で共有


IEdmModelAdapter インターフェイス

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

メモ: この API は、互換性のために残されています。

DbModel の基になるストアと概念モデルを取得するインターフェイス。

名前空間:  System.Data.Entity.Core.Metadata.Edm
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")> _
Public Interface IEdmModelAdapter
'使用
Dim instance As IEdmModelAdapter
[ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface IEdmModelAdapter
[ObsoleteAttribute(L"ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface class IEdmModelAdapter
[<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")>]
type IEdmModelAdapter =  interface end
public interface IEdmModelAdapter

IEdmModelAdapter 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ ConceptualModel 互換性のために残されています。 概念モデルを取得します。
パブリック プロパティ StoreModel 互換性のために残されています。 ストア モデルを取得します。

上揃え

Extension のメソッド

  名前 説明
パブリック Extension メソッド GetConceptualModel 概念モデルを指定された DbModel から取得します。 (DbModelExtensions によって定義されています。)
パブリック Extension メソッド GetStoreModel ストア モデルを指定された DbModel から取得します。 (DbModelExtensions によって定義されています。)

上揃え

参照

参照

System.Data.Entity.Core.Metadata.Edm 名前空間