[Missing <summary> documentation for "M:NHibernate.Stat.StatisticsImpl.QueryExecuted(System.String,System.Int32,System.TimeSpan)"]

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

Syntax

C#
public void QueryExecuted(
	string hql,
	int rows,
	TimeSpan time
)
Visual Basic
Public Sub QueryExecuted ( _
	hql As String, _
	rows As Integer, _
	time As TimeSpan _
)
Visual C++
public:
virtual void QueryExecuted(
	String^ hql, 
	int rows, 
	TimeSpan time
) sealed

Parameters

hql
Type: System..::..String

[Missing <param name="hql"/> documentation for "M:NHibernate.Stat.StatisticsImpl.QueryExecuted(System.String,System.Int32,System.TimeSpan)"]

rows
Type: System..::..Int32

[Missing <param name="rows"/> documentation for "M:NHibernate.Stat.StatisticsImpl.QueryExecuted(System.String,System.Int32,System.TimeSpan)"]

time
Type: System..::..TimeSpan

[Missing <param name="time"/> documentation for "M:NHibernate.Stat.StatisticsImpl.QueryExecuted(System.String,System.Int32,System.TimeSpan)"]

Implements

IStatisticsImplementor..::..QueryExecuted(String, Int32, TimeSpan)

See Also