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