OnCommandConfigured event can be used to customise the configuration of the command just prior to it being executed.
Namespace:
DbNetLink.DataAssembly: DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public event DbNetData..::.CommandConfiguredHandler OnCommandConfigured |
| Visual Basic (Declaration) |
|---|
Public Event OnCommandConfigured As DbNetData..::.CommandConfiguredHandler |
| Visual C++ |
|---|
public: event DbNetData..::.CommandConfiguredHandler^ OnCommandConfigured { void add (DbNetData..::.CommandConfiguredHandler^ value); void remove (DbNetData..::.CommandConfiguredHandler^ value); } |