EntityViewContainer Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |