Mini SQL Query Extensibility Documentation
Name Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseName
The name of the command, used in menus and buttons.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Name { get; protected set; }
Public Overridable Property Name As String
public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}
Value
The name of the command.

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