Initializes a new instance of the FluentFetchRequest<(Of <(<'TQueried, TFetch>)>)> class
Namespace: Remotion.Linq.EagerFetchingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public FluentFetchRequest( IQueryProvider provider, Expression expression ) |
Visual Basic |
---|
Public Sub New ( _ provider As IQueryProvider, _ expression As Expression _ ) |
Visual C++ |
---|
public: FluentFetchRequest( IQueryProvider^ provider, Expression^ expression ) |
Parameters
- provider
- Type: System.Linq..::..IQueryProvider
[Missing <param name="provider"/> documentation for "M:Remotion.Linq.EagerFetching.FluentFetchRequest`2.#ctor(System.Linq.IQueryProvider,System.Linq.Expressions.Expression)"]
- expression
- Type: System.Linq.Expressions..::..Expression
[Missing <param name="expression"/> documentation for "M:Remotion.Linq.EagerFetching.FluentFetchRequest`2.#ctor(System.Linq.IQueryProvider,System.Linq.Expressions.Expression)"]