DoNotCacheQueryDesignerAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |