[Missing <summary> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetFilterQueryPlan(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

Namespace: NHibernate.Engine.Query
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public FilterQueryPlan GetFilterQueryPlan(
	string filterString,
	string collectionRole,
	bool shallow,
	IDictionary<string, IFilter> enabledFilters
)
Visual Basic
Public Function GetFilterQueryPlan ( _
	filterString As String, _
	collectionRole As String, _
	shallow As Boolean, _
	enabledFilters As IDictionary(Of String, IFilter) _
) As FilterQueryPlan
Visual C++
public:
FilterQueryPlan^ GetFilterQueryPlan(
	String^ filterString, 
	String^ collectionRole, 
	bool shallow, 
	IDictionary<String^, IFilter^>^ enabledFilters
)

Parameters

filterString
Type: System..::..String

[Missing <param name="filterString"/> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetFilterQueryPlan(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

collectionRole
Type: System..::..String

[Missing <param name="collectionRole"/> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetFilterQueryPlan(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

shallow
Type: System..::..Boolean

[Missing <param name="shallow"/> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetFilterQueryPlan(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

enabledFilters
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, IFilter>)>)>

[Missing <param name="enabledFilters"/> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetFilterQueryPlan(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetFilterQueryPlan(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

See Also