Mini SQL Query Extensibility Documentation
RightClickedTableName Property
NamespacesMiniSqlQuery.CoreIDatabaseInspectorRightClickedTableName

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

The name of the curent table in the tree view that is being clicked.
Declaration Syntax
C#Visual BasicVisual C++
string RightClickedTableName { get; }
ReadOnly Property RightClickedTableName As String
property String^ RightClickedTableName {
	String^ get ();
}
Value
The table name or null if none selected.

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