Return the query results an place them into the IList.

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

Syntax

C#
void List(
	IList results
)
Visual Basic
Sub List ( _
	results As IList _
)
Visual C++
void List(
	IList^ results
)

Parameters

results
Type: System.Collections..::..IList
The IList to place the results in.

See Also