Mini SQL Query Extensibility Documentation
Name Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseName

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

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: 0.9.9.0 (0.9.9.0)