[Missing <summary> documentation for "M:Remotion.Linq.EagerFetching.FetchOneRequest.ModifyFetchQueryModel(Remotion.Linq.QueryModel)"]

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

Syntax

C#
protected override void ModifyFetchQueryModel(
	QueryModel fetchQueryModel
)
Visual Basic
Protected Overrides Sub ModifyFetchQueryModel ( _
	fetchQueryModel As QueryModel _
)
Visual C++
protected:
virtual void ModifyFetchQueryModel(
	QueryModel^ fetchQueryModel
) override

Parameters

fetchQueryModel
Type: Remotion.Linq..::..QueryModel

[Missing <param name="fetchQueryModel"/> documentation for "M:Remotion.Linq.EagerFetching.FetchOneRequest.ModifyFetchQueryModel(Remotion.Linq.QueryModel)"]

See Also