Show / Hide Table of Contents

Method OnExecuted

| Improve this Doc View Source

OnExecuted(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 command.

AddonInvoker invoker

The AddonInvoker which wraps the DbReader execution.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest