IEdmModelAdapter-Schnittstelle
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Hinweis: Diese API ist mittlerweile veraltet.
Eine Schnittstelle zum Abrufen des zugrunde liegenden Speicher- und konzeptionellen Modells für ein DbModel.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")> _
Public Interface IEdmModelAdapter
'Usage
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
Der IEdmModelAdapter-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ConceptualModel | Veraltet. Ruft das konzeptionelle Modell ab. | |
StoreModel | Veraltet. Ruft das Speichermodell ab. |
Oben
Erweiterungs methoden
Name | Beschreibung | |
---|---|---|
GetConceptualModel | Ruft das konzeptionelle Modell aus dem angegebenen DbModel ab. (Durch DbModelExtensions definiert.) | |
GetStoreModel | Ruft das Speichermodell aus dem angegebenen DbModel ab. (Durch DbModelExtensions definiert.) |
Oben