[Missing <summary> documentation for "M:NHibernate.Impl.AbstractSessionImpl.GetHQLQueryPlan(System.String,System.Boolean)"]

Namespace: NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected internal virtual IQueryPlan GetHQLQueryPlan(
	string query,
	bool shallow
)
Visual Basic
Protected Friend Overridable Function GetHQLQueryPlan ( _
	query As String, _
	shallow As Boolean _
) As IQueryPlan
Visual C++
protected public:
virtual IQueryPlan^ GetHQLQueryPlan(
	String^ query, 
	bool shallow
)

Parameters

query
Type: System..::..String

[Missing <param name="query"/> documentation for "M:NHibernate.Impl.AbstractSessionImpl.GetHQLQueryPlan(System.String,System.Boolean)"]

shallow
Type: System..::..Boolean

[Missing <param name="shallow"/> documentation for "M:NHibernate.Impl.AbstractSessionImpl.GetHQLQueryPlan(System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractSessionImpl.GetHQLQueryPlan(System.String,System.Boolean)"]

See Also