Mini SQL Query Extensibility Documentation
IQueryEditor Interface
NamespacesMiniSqlQuery.CoreIQueryEditor

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

The functions of the editing window.
Declaration Syntax
C#Visual BasicVisual C++
public interface IQueryEditor
Public Interface IQueryEditor
public interface class IQueryEditor
Members
All MembersMethodsProperties



IconMemberDescription
AllText
The contetnts of the editor.

DataSet
The current data displayed in the result window.

EditorControl
Provides access to the actual editor control.

ExecuteQuery()()()
Executes the current query.

FileName
The filename of the docuemnt being edited (can be null, as in not saved yet).

InsertText(String)
Inserts text at the current offset.

IsBusy
True if a query is being executed etc.

IsDirty
True if the document has unsaved changes.

LoadFile()()()
Loads the file by the path in FileName.

ResultsControl
Provides access to the actual results control, each tab contains a data grid view object.

SaveFile()()()
Saves the file by the path in FileName.

SelectedText
The currently selected text (if any) in the editor.

SetStatus(String)
Sets the "status" text for the form.

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