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

Nombre Description
EntityViewContainer()
Obsoletos.

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

Propiedades

Nombre Description
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

Nombre Description
GetViewAt(Int32)
Obsoletos.

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

Se aplica a