User name under which the code that generated the query was running.

Namespace: Huagati.LLBLGen.Profiler
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public string UserName { get; set; }
Visual Basic
Public Property UserName As String
	Get
	Set
Visual C++
public:
property String^ UserName {
	String^ get ();
	void set (String^ value);
}

See Also