Mini SQL Query Extensibility Documentation
Enabled Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseEnabled

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether this ICommand is enabled.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Enabled { get; }
Public Overridable ReadOnly Property Enabled As Boolean
public:
virtual property bool Enabled {
	bool get ();
}
Value
true if enabled; otherwise, false (the default is true).

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 0.9.9.0 (0.9.9.0)