Adds custom context information to the next query executed by the currently profiled DataContext.

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

C#
public void AddCustomProfilerData(
	string data
)
Visual Basic
Public Sub AddCustomProfilerData ( _
	data As String _
)
Visual C++
public:
void AddCustomProfilerData(
	String^ data
)

Parameters

data
Type: System..::..String
Custom data to store

See Also