Compartilhar via


DbMappingViewCacheTypeAttribute Classe

Definição

Define um atributo personalizado que especifica o tipo de cache de exibição de mapeamento (subclasse de DbMappingViewCache) associado a um tipo de contexto (subclasse de ObjectContext ou DbContext). O tipo de cache é instanciado em runtime e usado para recuperar exibições pré-geradas no contexto correspondente.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments")]
public sealed class DbMappingViewCacheTypeAttribute : Attribute
type DbMappingViewCacheTypeAttribute = class
    inherit Attribute
Public NotInheritable Class DbMappingViewCacheTypeAttribute
Inherits Attribute
Herança
DbMappingViewCacheTypeAttribute
Atributos

Construtores

DbMappingViewCacheTypeAttribute(Type, String)

Cria uma DbMappingViewCacheTypeAttribute instância que associa um tipo de contexto a um tipo de cache de exibição de mapeamento.

DbMappingViewCacheTypeAttribute(Type, Type)

Cria uma DbMappingViewCacheTypeAttribute instância que associa um tipo de contexto a um tipo de cache de exibição de mapeamento.

Aplica-se a