SupportsGenericQueryDesignerAttribute Class

Definition

Specifies whether the IQueryDesigner supports custom text mode.

public ref class SupportsGenericQueryDesignerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class SupportsGenericQueryDesignerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type SupportsGenericQueryDesignerAttribute = class
    inherit Attribute
Public Class SupportsGenericQueryDesignerAttribute
Inherits Attribute
Inheritance
SupportsGenericQueryDesignerAttribute
Attributes

Constructors

SupportsGenericQueryDesignerAttribute(Boolean)

Initializes a new instance of the SupportsGenericQueryDesignerAttribute class.

Properties

SupportsGenericQueryDesigner

Gets a Boolean value that indicates whether the IQueryDesigner supports custom text mode.

Applies to