Mini SQL Query Extensibility Documentation
GetCommandInstanceByPartialName Method (commandName)
NamespacesMiniSqlQuery.CoreCommandManagerGetCommandInstanceByPartialName(String)

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

[Missing <summary> documentation for M:MiniSqlQuery.Core.CommandManager.GetCommandInstanceByPartialName(System.String)]

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)

[Missing <param> documentation for "commandName"]

Return Value

[Missing <returns> documentation for M:MiniSqlQuery.Core.CommandManager.GetCommandInstanceByPartialName(System.String)]

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