DoNotCacheQueryDesignerAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Força um designer de consulta a ser recarregado toda vez que ele é instanciado.
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
- Herança
-
DoNotCacheQueryDesignerAttribute
- Atributos
Construtores
DoNotCacheQueryDesignerAttribute() |
Inicializa uma nova instância da classe DoNotCacheQueryDesignerAttribute. |