Windows domain name for the user that executed the query.

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

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

See Also