Mini SQL Query Extensibility Documentation
ActiveFormAsSqlQueryEditor Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseActiveFormAsSqlQueryEditor
Attempts to convert the current host windows active form to IQueryEditor.
Declaration Syntax
C#Visual BasicVisual C++
protected IQueryEditor ActiveFormAsSqlQueryEditor { get; }
Protected ReadOnly Property ActiveFormAsSqlQueryEditor As IQueryEditor
protected:
property IQueryEditor^ ActiveFormAsSqlQueryEditor {
	IQueryEditor^ get ();
}
Value
A reference to the active query editor window, otherwise null.

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