Click or drag to resize

Amazon.XRay.Recorder.Handlers.EntityFramework Namespace

 
Classes
  ClassDescription
Public classAWSXRayEntityFramework6
Class for DbInterception to add EFInterceptor. User can pass collectSqlQueries to AddXRayInterceptor() to decide if sanitized_query should be included in the trace context or not.
Public classEFInterceptor
Class to intercept SQL query through EF 6 for .NET framework.
Protected classEFUtil
Utilities for EFInterceptor