Click or drag to resize

Amazon.XRay.Recorder.Handlers.SqlServer Namespace

 
Classes
  ClassDescription
Public classDbCommandInterceptor
Intercepts DbCommands and records them in new Subsegments.
Public classSqlUtil
Utilities for SQL handlers
Public classTraceableSqlCommand
Traceable wrapper of SqlCommand. Currently synchronized and asynchronized call are traced, which includes ExecuteNonQuery, ExecuteReader, ExecuteScalar and ExecuteXmlReader.
Interfaces
  InterfaceDescription
Public interfaceIDbCommandInterceptor
Intercepts DbCommands and records them in new Subsegments.