The TimeSpan of the slowest query.

Namespace: NHibernate.Stat
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
TimeSpan QueryExecutionMaxTime { get; }
Visual Basic
ReadOnly Property QueryExecutionMaxTime As TimeSpan
	Get
Visual C++
property TimeSpan QueryExecutionMaxTime {
	TimeSpan get ();
}

See Also