Compartilhar via


EntityViewContainer Classe

Definição

Cuidado

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.

Classe base para o tipo criado em tempo de design para armazenar as exibições geradas.

[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
Herança
EntityViewContainer
Atributos

Construtores

EntityViewContainer()
Obsoleto.

Classe base para o tipo criado em tempo de design para armazenar as exibições geradas.

Propriedades

EdmEntityContainerName
Obsoleto.

Obtém ou define o nome de EntityContainer.

HashOverAllExtentViews
Obsoleto.

Valor hash de exibições.

HashOverMappingClosure
Obsoleto.

Valor hash.

StoreEntityContainerName
Obsoleto.

Obtém ou define EntityContainer no esquema de armazenamento.

ViewCount
Obsoleto.

Obtém ou define a contagem de exibição.

Métodos

GetViewAt(Int32)
Obsoleto.

Retorna o par chave-valor no índice especificado, que contém a exibição e sua chave.

Aplica-se a