Mini SQL Query Extensibility Documentation
RightClickedTableName Property
NamespacesMiniSqlQuery.CoreIDatabaseInspectorRightClickedTableName
The name of the curent table (or view) with schema if applicable 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 or view name or null if none selected.

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