Profiler log trace sequence number showing the ordinal position of this entry within the profiler session it was recorded under.

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

Syntax

C#
public int Seq { get; set; }
Visual Basic (Declaration)
Public Property Seq As Integer
Visual C++
public:
property int Seq {
	int get ();
	void set (int value);
}

See Also