Mini SQL Query Extensibility Documentation
Execute Method
NamespacesMiniSqlQuery.Core.CommandsCommandBaseExecute()()()

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

Executes the command based on the current settings (abstract).
Declaration Syntax
C#Visual BasicVisual C++
public abstract void Execute()
Public MustOverride Sub Execute
public:
virtual void Execute() abstract
Remarks
If a commands Enabled value is false, a call to Execute()()() should have no effect (and not throw an exception).

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