Compartir a través de


EntityViewContainer Clase

Definición

Precaució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.

Clase base para el tipo creado en tiempo de diseño para almacenar las vistas generadas.

[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
Herencia
EntityViewContainer
Atributos

Constructores

EntityViewContainer()
Obsoletos.

Clase base para el tipo creado en tiempo de diseño para almacenar las vistas generadas.

Propiedades

EdmEntityContainerName
Obsoletos.

Obtiene o establece el nombre de EntityContainer.

HashOverAllExtentViews
Obsoletos.

Valor hash de vistas.

HashOverMappingClosure
Obsoletos.

Valor hash.

StoreEntityContainerName
Obsoletos.

Obtiene o establece EntityContainer en el esquema de almacenamiento.

ViewCount
Obsoletos.

Obtiene o establece el recuento de vistas.

Métodos

GetViewAt(Int32)
Obsoletos.

Devuelve el par clave-valor situado en el índice especificado, que contiene la vista y su clave.

Se aplica a