Adds custom context information for all subsequent queries 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,
	bool sessionLevel
)
Visual Basic
Public Sub AddCustomProfilerData ( _
	data As String, _
	sessionLevel As Boolean _
)
Visual C++
public:
void AddCustomProfilerData(
	String^ data, 
	bool sessionLevel
)

Parameters

data
Type: System..::..String

[Missing <param name="data"/> documentation for "M:HuagatiEFProfiler.EFProfiler.AddCustomProfilerData(System.String,System.Boolean)"]

sessionLevel
Type: System..::..Boolean

[Missing <param name="sessionLevel"/> documentation for "M:HuagatiEFProfiler.EFProfiler.AddCustomProfilerData(System.String,System.Boolean)"]

See Also