The query string for the slowest query.

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

Syntax

C#
string QueryExecutionMaxTimeQueryString { get; }
Visual Basic
ReadOnly Property QueryExecutionMaxTimeQueryString As String
	Get
Visual C++
property String^ QueryExecutionMaxTimeQueryString {
	String^ get ();
}

See Also