DoNotCacheQueryDesignerAttribute 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í.
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. |