Show / Hide Table of Contents

Method OnExecuting

| Improve this Doc View Source

OnExecuting(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.

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