Mini SQL Query Extensibility Documentation
GetCommandInstance<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreCommandManagerGetCommandInstance<(Of <(TCommand>)>)()()()
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: 1.0.0.0 (1.0.0.0)