Click or drag to resize

EFUtil Class

Utilities for EFInterceptor
Inheritance Hierarchy
SystemObject
  Amazon.XRay.Recorder.Handlers.EntityFrameworkEFUtil

Namespace:  Amazon.XRay.Recorder.Handlers.EntityFramework
Assembly:  AWSXRayRecorder.Handlers.EntityFramework (in AWSXRayRecorder.Handlers.EntityFramework.dll) Version: 1.5.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
internal static class EFUtil

The EFUtil type exposes the following members.

Methods
  NameDescription
Protected methodStatic memberGetDataBaseType
Extract database_type from DbCommand.
Protected methodStatic memberGetUserId
Extract user id from DbConnectionStringBuilder.
Protected methodStatic memberProcessBeginCommand
Process command to begin subsegment.
Protected methodStatic memberProcessCommandError
Process exception.
Protected methodStatic memberProcessEndCommand
Process to end subsegment
Top
See Also