Profiler log entry Id uniquely identifying a specific query execution instance.

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

Syntax

C#
public Guid EntryID { get; set; }
Visual Basic
Public Property EntryID As Guid
	Get
	Set
Visual C++
public:
property Guid EntryID {
	Guid get ();
	void set (Guid value);
}

See Also