public TestableSqlConnection(string connectionstring, AsynchronousConnectionContext context)
     : base(connectionstring)
 {
     this.context = context;
 }
 public TestableSqlConnection(string connectionstring, AsynchronousConnectionContext context)
     : base(connectionstring)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public TestableSqlConnection(string connectionstring, AsynchronousConnectionContext context)
     : base(connectionstring, new InstrumentationProvider(context))
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public InstrumentationProvider(AsynchronousConnectionContext context)
 {
     this.context = context;
 }
 public TestableSqlConnection(string connectionstring, AsynchronousConnectionContext context)
     : base(connectionstring, new InstrumentationProvider(context))
 {
     this.context = context;
 }
 public InstrumentationProvider(AsynchronousConnectionContext context)
 {
     this.context = context;
 }