C# Class ContosoUniversity.DAL.SchoolInterceptorTransientErrors

Inheritance: System.Data.Entity.Infrastructure.Interception.DbCommandInterceptor
Mostrar archivo Open project: jumpinjackie/roslyn-ef-linq-analyzer

Public Methods

Method Description
ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void

Private Methods

Method Description
CreateDummySqlException ( ) : SqlException

Method Details

ReaderExecuting() public method

public ReaderExecuting ( DbCommand command, DbCommandInterceptionContext interceptionContext ) : void
command System.Data.Common.DbCommand
interceptionContext DbCommandInterceptionContext
return void