Get an IFutureValue instance, whose value can be retrieved through its Value property. The query is not executed until the Value property is retrieved, which will execute other Future queries as well in a single roundtrip

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

Syntax

C#
IFutureValue<T> FutureValue<T>()
Visual Basic
Function FutureValue(Of T) As IFutureValue(Of T)
Visual C++
generic<typename T>
IFutureValue<T>^ FutureValue()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:NHibernate.IQuery.FutureValue``1"]

Return Value

[Missing <returns> documentation for "M:NHibernate.IQuery.FutureValue``1"]

See Also