Get the results and fill 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 list to fill with the results.

See Also