Method OnExecuting
| Improve this Doc View SourceOnExecuting(Model, TCommand, AddonInvoker)
Intercepts before DbReader execution.
Declaration
void OnExecuting(Model model, TCommand command, AddonInvoker invoker)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The Model. |
TCommand | command | The System.Data.Common.DbCommand which opens the DbReader. |
AddonInvoker | invoker | The AddonInvoker which wraps the System.Data.Common.DbCommand execution. |