Mini SQL Query Extensibility Documentation
IViewTable Interface
NamespacesMiniSqlQuery.CoreIViewTable
Interface for viewing table and view data.
Declaration Syntax
C#Visual BasicVisual C++
Members
All MembersMethodsProperties



IconMemberDescription
AutoReload
Batch
Gets a reference to the batch.
(Inherited from IQueryBatchProvider.)
CancelTask()()()
Cancels the current task.
(Inherited from IPerformTask.)
CursorColumn
The current column the cursor is in.
(Inherited from INavigatableDocument.)
CursorLine
The current line the cursor is on.
(Inherited from INavigatableDocument.)
CursorOffset
Gets the cursor offset.
(Inherited from ISupportCursorOffset.)
ExecuteTask()()()
Executes the current task.
(Inherited from IPerformTask.)
IsBusy
True if a task is being executed.
(Inherited from IPerformTask.)
SetCursorByLocation(Int32, Int32)
Sets the cursor by line and column.
(Inherited from INavigatableDocument.)
SetCursorByOffset(Int32)
Sets the cursor position by offset.
(Inherited from INavigatableDocument.)
TableName
Text
TotalLines
Gets the total number of lines in the editor.
(Inherited from INavigatableDocument.)

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