[Missing <summary> documentation for "T:Remotion.Linq.EagerFetching.FluentFetchRequest`2"]

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

Syntax

C#
public class FluentFetchRequest<TQueried, TFetch> : QueryableBase<TQueried>
Visual Basic
Public Class FluentFetchRequest(Of TQueried, TFetch) _
	Inherits QueryableBase(Of TQueried)
Visual C++
generic<typename TQueried, typename TFetch>
public ref class FluentFetchRequest : public QueryableBase<TQueried>

Type Parameters

TQueried

[Missing <typeparam name="TQueried"/> documentation for "T:Remotion.Linq.EagerFetching.FluentFetchRequest`2"]

TFetch

[Missing <typeparam name="TFetch"/> documentation for "T:Remotion.Linq.EagerFetching.FluentFetchRequest`2"]

Inheritance Hierarchy

System..::..Object
  Remotion.Linq..::..QueryableBase<(Of <(<'TQueried>)>)>
    Remotion.Linq.EagerFetching..::..FluentFetchRequest<(Of <(<'TQueried, TFetch>)>)>

See Also