Initializes a new instance of the NhFetchRequest<(Of <(<'TQueried, TFetch>)>)> class

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

Syntax

C#
public NhFetchRequest(
	IQueryProvider provider,
	Expression expression
)
Visual Basic
Public Sub New ( _
	provider As IQueryProvider, _
	expression As Expression _
)
Visual C++
public:
NhFetchRequest(
	IQueryProvider^ provider, 
	Expression^ expression
)

Parameters

provider
Type: System.Linq..::..IQueryProvider

[Missing <param name="provider"/> documentation for "M:NHibernate.Linq.NhFetchRequest`2.#ctor(System.Linq.IQueryProvider,System.Linq.Expressions.Expression)"]

expression
Type: System.Linq.Expressions..::..Expression

[Missing <param name="expression"/> documentation for "M:NHibernate.Linq.NhFetchRequest`2.#ctor(System.Linq.IQueryProvider,System.Linq.Expressions.Expression)"]

See Also