Gets or creates an instance of a command by type.

Declaration Syntax
public static ICommand GetCommandInstance<TCommand>()
where TCommand : new(), ICommand
Public Shared Function GetCommandInstance(Of TCommand As {New, ICommand}) As ICommandpublic:
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)