[This is preliminary documentation and is subject to change.]
The functions of the editing window.
| C# | Visual Basic | Visual C++ |
public interface IQueryEditor
Public Interface IQueryEditor
public interface class IQueryEditor
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|