[Missing <summary> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetHQLQueryPlan(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 IQueryPlan GetHQLQueryPlan(
	string queryString,
	bool shallow,
	IDictionary<string, IFilter> enabledFilters
)
Visual Basic
Public Function GetHQLQueryPlan ( _
	queryString As String, _
	shallow As Boolean, _
	enabledFilters As IDictionary(Of String, IFilter) _
) As IQueryPlan
Visual C++
public:
IQueryPlan^ GetHQLQueryPlan(
	String^ queryString, 
	bool shallow, 
	IDictionary<String^, IFilter^>^ enabledFilters
)

Parameters

queryString
Type: System..::..String

[Missing <param name="queryString"/> documentation for "M:NHibernate.Engine.Query.QueryPlanCache.GetHQLQueryPlan(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.GetHQLQueryPlan(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.GetHQLQueryPlan(System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter})"]

Return Value

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

See Also