Mini SQL Query Extensibility Documentation
IDatabaseInspector Interface
NamespacesMiniSqlQuery.CoreIDatabaseInspector
An interface to the query windows database inspector.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDatabaseInspector
Public Interface IDatabaseInspector
public interface class IDatabaseInspector
Members
All MembersMethodsProperties



IconMemberDescription
Close()()()
Close the window.

DbSchema
Gets the current database schema info (if any).

LoadDatabaseDetails()()()
Reloads the meta-data and re-builds the tree.

RightClickedTableName
The name of the curent table (or view) with schema if applicable in the tree view that is being clicked.

TableMenu
Provides access to the Table context menu strip.

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