Mini SQL Query Extensibility Documentation
CreateLinkLabel<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreCommandControlBuilderCreateLinkLabel<(Of <(TCommand>)>)()()()
Creates a link label given the TCommand definition.
Declaration Syntax
C#Visual BasicVisual C++
public static LinkLabel CreateLinkLabel<TCommand>()
where TCommand : new(), ICommand
Public Shared Function CreateLinkLabel(Of TCommand As {New, ICommand}) As LinkLabel
public:
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)