Mini SQL Query Extensibility Documentation
GetCommandInstanceByPartialName Method (commandName)
NamespacesMiniSqlQuery.CoreCommandManagerGetCommandInstanceByPartialName(String)
Gets command instance by it's partial name, e.g. "OpenFile".
Declaration Syntax
C#Visual BasicVisual C++
public static ICommand GetCommandInstanceByPartialName(
	string commandName
)
Public Shared Function GetCommandInstanceByPartialName ( _
	commandName As String _
) As ICommand
public:
static ICommand^ GetCommandInstanceByPartialName(
	String^ commandName
)
Parameters
commandName (String)
Name partial of the command.
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)