Interface for viewing table and view data.
| C# | Visual Basic | Visual C++ |
public interface IViewTable : IPerformTask, IQueryBatchProvider, INavigatableDocument, ISupportCursorOffset
Public Interface IViewTable _ Implements IPerformTask, IQueryBatchProvider, INavigatableDocument, ISupportCursorOffset
public interface class IViewTable : IPerformTask, IQueryBatchProvider, INavigatableDocument, ISupportCursorOffset
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.) |