Overload List

  NameDescription
Public methodFutureValue<(Of <<'(U>)>>)()()()()
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
Public methodFutureValue()()()()
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

See Also