Mini SQL Query Extensibility Documentation
GetCommandInstance<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreCommandManagerGetCommandInstance<(Of <(TCommand>)>)()()()

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

Gets or creates an instance of a command by type.
Declaration Syntax
C#Visual BasicVisual C++
public static ICommand GetCommandInstance<TCommand>() where TCommand : new(), ICommand
Public Shared Function GetCommandInstance(Of TCommand As {New, ICommand}) As ICommand
public:
generic<typename TCommand>
where TCommand : gcnew(), ICommand
static ICommand^ GetCommandInstance()
Generic Template Parameters
TCommand
The type of command to get or create.
Return Value
An instance of TCommand

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