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

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

Syntax

C#
public static FetchQueryModelBuilder[] RemoveFetchRequestsFromQueryModel(
	QueryModel queryModel
)
Visual Basic
Public Shared Function RemoveFetchRequestsFromQueryModel ( _
	queryModel As QueryModel _
) As FetchQueryModelBuilder()
Visual C++
public:
static array<FetchQueryModelBuilder^>^ RemoveFetchRequestsFromQueryModel(
	QueryModel^ queryModel
)

Parameters

queryModel
Type: Remotion.Linq..::..QueryModel

[Missing <param name="queryModel"/> documentation for "M:Remotion.Linq.EagerFetching.FetchFilteringQueryModelVisitor.RemoveFetchRequestsFromQueryModel(Remotion.Linq.QueryModel)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.EagerFetching.FetchFilteringQueryModelVisitor.RemoveFetchRequestsFromQueryModel(Remotion.Linq.QueryModel)"]

See Also