DoNotCacheQueryDesignerAttribute Class

Definition

Forces a query designer to be reloaded each time it is instantiated.

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
Inheritance
DoNotCacheQueryDesignerAttribute
Attributes

Constructors

DoNotCacheQueryDesignerAttribute()

Initializes a new instance of the DoNotCacheQueryDesignerAttribute class.

Applies to