Get a enumerable that when enumerated will execute a batch of queries in a single database roundtrip

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

Syntax

C#
IEnumerable<U> Future<U>()
Visual Basic
Function Future(Of U) As IEnumerable(Of U)
Visual C++
generic<typename U>
IEnumerable<U>^ Future()

Type Parameters

U

[Missing <typeparam name="U"/> documentation for "M:NHibernate.IQueryOver`1.Future``1"]

Return Value

[Missing <returns> documentation for "M:NHibernate.IQueryOver`1.Future``1"]

See Also