Freigeben über


DbModelExtensions-Klasse

[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.

Erweiterungsmethoden für DbModel.

Vererbungshierarchie

System.Object
  System.Data.Entity.Core.Metadata.Edm.DbModelExtensions

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<ExtensionAttribute> _
<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")> _
Public NotInheritable Class DbModelExtensions
'Usage
[ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public static class DbModelExtensions
[ExtensionAttribute]
[ObsoleteAttribute(L"ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public ref class DbModelExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")>]
type DbModelExtensions =  class end
public final class DbModelExtensions

Der DbModelExtensions-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche MethodeStatischer Member GetConceptualModel Veraltet. Ruft das konzeptionelle Modell aus dem angegebenen DbModel ab.
Öffentliche MethodeStatischer Member GetStoreModel Veraltet. Ruft das Speichermodell aus dem angegebenen DbModel ab.

Oben

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

System.Data.Entity.Core.Metadata.Edm-Namespace