Interface IDbReaderInterceptor<TCommand, TReader>
Inherited Members
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. |