Mini SQL Query Extensibility Documentation
GetCommandInstance Method (commandTypeName)
NamespacesMiniSqlQuery.CoreCommandManagerGetCommandInstance(String)
Gets the command instance by commandTypeName.
Declaration Syntax
C#Visual BasicVisual C++
public static ICommand GetCommandInstance(
	string commandTypeName
)
Public Shared Function GetCommandInstance ( _
	commandTypeName As String _
) As ICommand
public:
static ICommand^ GetCommandInstance(
	String^ commandTypeName
)
Parameters
commandTypeName (String)
Name of the command, e.g. "OpenFileCommand".
Return Value
The first command by that name or null if not found.

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