Method OnExecuted
| Improve this Doc View SourceOnExecuted(Model, TCommand, TReader, AddonInvoker)
Intercepts after DbReader execution.
Declaration
void OnExecuted(Model model, TCommand command, TReader reader, AddonInvoker invoker)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The Model. |
TCommand | command | The System.Data.Common.DbCommand which opens the DbReader. |
TReader | reader | The DbReader opened by |
AddonInvoker | invoker | The AddonInvoker which wraps the DbReader execution. |