Beispiel #1
0
 public void ScalarExecuting(DbCommand command, DbCommandInterceptionContext<object> interceptionContext)
 {
     command.ApplyCorrectYeKe();
 }
Beispiel #2
0
 public void ReaderExecuting(DbCommand command, DbCommandInterceptionContext<DbDataReader> interceptionContext)
 {
     command.ApplyCorrectYeKe();
 }
Beispiel #3
0
 public void NonQueryExecuting(DbCommand command, DbCommandInterceptionContext<int> interceptionContext)
 {
     command.ApplyCorrectYeKe();
 }