Return the query results an place them into the IList.

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

Syntax

Visual Basic (Declaration)
Sub List ( _
	results As IList _
)
C#
void List(
	IList results
)
Visual C++
void List(
	IList^ results
)
JavaScript
function list(results);

Parameters

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

See Also