DoNotCacheQueryDesignerAttribute Clase

Definición

Obliga a recargar un diseñador de consultas cada vez que se crea una instancia de él.

public ref class DoNotCacheQueryDesignerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class DoNotCacheQueryDesignerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DoNotCacheQueryDesignerAttribute = class
    inherit Attribute
Public Class DoNotCacheQueryDesignerAttribute
Inherits Attribute
Herencia
DoNotCacheQueryDesignerAttribute
Atributos

Constructores

DoNotCacheQueryDesignerAttribute()

Inicializa una nueva instancia de la clase DoNotCacheQueryDesignerAttribute.

Se aplica a