The QueryProfiler type exposes the following members.

Methods

  NameDescription
Public methodAddCustomProfilerData(String)
Adds custom context information to the next query executed by the currently profiled DataContext.
Public methodAddCustomProfilerData(String, Boolean)
Adds custom context information for all subsequent queries executed by the currently profiled DataContext.
Public methodDispose
Releases all resources used by the QueryProfiler.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor for the QueryProfiler class.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodEndProfiling
Ends profiling for the specified QueryProfiler instance
(Defined by ProfilingExtensions.)

See Also