Mini SQL Query Extensibility Documentation
Execute Method
NamespacesMiniSqlQuery.Core.CommandsCommandBaseExecute()()()
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: 1.0.0.0 (1.0.0.0)