Show / Hide Table of Contents

Interface IDbReaderInterceptor<TCommand, TReader>

Represents Model addon to intercept DbReader execution.

Inherited Members
IAddon.Key
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public interface IDbReaderInterceptor<TCommand, TReader> : IAddon where TCommand : DbCommand where TReader : DbReader
Type Parameters
Name Description
TCommand

Concrete type of System.Data.Common.DbCommand.

TReader

Concrete type of DbReader.

Methods

Name Description
OnExecuted(Model, TCommand, TReader, AddonInvoker)

Intercepts after DbReader execution.

OnExecuting(Model, TCommand, AddonInvoker)

Intercepts before DbReader execution.

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