Get the results of the root type and fill the IList<(Of <(<'T>)>)>
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
IList<U> List<U>() |
| Visual Basic |
|---|
Function List(Of U) As IList(Of U) |
| Visual C++ |
|---|
generic<typename U> IList<U>^ List() |
Type Parameters
- U
[Missing <typeparam name="U"/> documentation for "M:NHibernate.IQueryOver`1.List``1"]