Creates a link label given the TCommand definition.

Declaration Syntax
public static LinkLabel CreateLinkLabel<TCommand>()
where TCommand : new(), ICommand
Public Shared Function CreateLinkLabel(Of TCommand As {New, ICommand}) As LinkLabelpublic:
generic<typename TCommand>
where TCommand : gcnew(), ICommand
static LinkLabel^ CreateLinkLabel()

Generic Template Parameters
- TCommand
- The type of the command.

Return Value
A link label wired to the commands
Execute()()() method.
Assembly:
MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)