SupportsGenericQueryDesignerAttribute.SupportsGenericQueryDesigner Property

Definition

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

public:
 property bool SupportsGenericQueryDesigner { bool get(); };
public bool SupportsGenericQueryDesigner { get; }
member this.SupportsGenericQueryDesigner : bool
Public ReadOnly Property SupportsGenericQueryDesigner As Boolean

Property Value

true if the IQueryDesigner supports custom text mode; otherwise, false.

Applies to