[Missing <summary> documentation for "M:NHibernate.Linq.LinqExtensionMethods.ToFuture``1(System.Linq.IQueryable{``0})"]

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

Syntax

C#
public static IEnumerable<T> ToFuture<T>(
	this IQueryable<T> query
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ToFuture(Of T) ( _
	query As IQueryable(Of T) _
) As IEnumerable(Of T)
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static IEnumerable<T>^ ToFuture(
	IQueryable<T>^ query
)

Parameters

query
Type: System.Linq..::..IQueryable<(Of <(<'T>)>)>

[Missing <param name="query"/> documentation for "M:NHibernate.Linq.LinqExtensionMethods.ToFuture``1(System.Linq.IQueryable{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:NHibernate.Linq.LinqExtensionMethods.ToFuture``1(System.Linq.IQueryable{``0})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Linq.LinqExtensionMethods.ToFuture``1(System.Linq.IQueryable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IQueryable<(Of <(<'T>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also