C# Class TekConf.Api.Data.TekConfInterceptorTransientErrors

Inheritance: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
Afficher le fichier Open project: tekconf/tekconf

Méthodes publiques

Méthode Description
ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void

Private Methods

Méthode Description
CreateDummySqlException ( ) : SqlException

Method Details

ReaderExecuting() public méthode

public ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
command System.Data.Common.DbCommand
interceptionContext DbCommandInterceptionContext
Résultat void