public OptimisticConcurrencyException(string message, Exception innerException, DbInterceptionContext interceptionContext)
 {
     this.InterceptionContext = interceptionContext;
 }
Esempio n. 2
0
 public void OnScalarExecuted(DbCommand command, DbInterceptionContext interceptionContext)
 {
     this.Process((interceptor) => interceptor.OnScalarExecuted(command, interceptionContext));
 }
Esempio n. 3
0
 public virtual void OnDeleted(DbCommand command, DbInterceptionContext interceptionContext)
 {
 }
Esempio n. 4
0
 public virtual void OnNonQueryExecuted(DbCommand command, DbInterceptionContext interceptionContext)
 {
 }
Esempio n. 5
0
 public virtual void OnScalarExecuted(DbCommand command, DbInterceptionContext interceptionContext)
 {
 }
Esempio n. 6
0
 public virtual void OnSelectOneExecuted(DbCommand command, DbInterceptionContext interceptionContext)
 {
 }