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: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IFutureValue<TRoot> FutureValue() |
Visual Basic |
---|
Function FutureValue As IFutureValue(Of TRoot) |
Visual C++ |
---|
IFutureValue<TRoot>^ FutureValue() |
Return Value
[Missing <returns> documentation for "M:NHibernate.IQueryOver`1.FutureValue"]