Sdílet prostřednictvím


EntityViewContainer Třída

Definice

Upozornění

The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.

Základní třída pro typ vytvořený v době návrhu pro ukládání vygenerovaných zobrazení.

[System.Obsolete("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.", true)]
public abstract class EntityViewContainer
type EntityViewContainer = class
Public MustInherit Class EntityViewContainer
Dědičnost
EntityViewContainer
Atributy

Konstruktory

EntityViewContainer()
Zastaralé.

Základní třída pro typ vytvořený v době návrhu pro ukládání vygenerovaných zobrazení.

Vlastnosti

EdmEntityContainerName
Zastaralé.

Získá nebo nastaví název .EntityContainer

HashOverAllExtentViews
Zastaralé.

Hodnota hash zobrazení.

HashOverMappingClosure
Zastaralé.

Hodnota hash.

StoreEntityContainerName
Zastaralé.

Získá nebo nastaví EntityContainer ve schématu úložiště.

ViewCount
Zastaralé.

Získá nebo nastaví počet zobrazení.

Metody

GetViewAt(Int32)
Zastaralé.

Vrátí dvojici klíč-hodnota v zadaném indexu, který obsahuje zobrazení a jeho klíč.

Platí pro