Get the results of the root type and fill the IList<(Of <(<'T>)>)>

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

Syntax

C#
IList<TRoot> List()
Visual Basic
Function List As IList(Of TRoot)
Visual C++
IList<TRoot>^ List()

Return Value

The list filled with the results.

See Also