[Missing <summary> documentation for "P:NHibernate.Impl.SessionFactoryImpl.QueryPlanCache"]

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

Syntax

C#
public QueryPlanCache QueryPlanCache { get; }
Visual Basic
Public ReadOnly Property QueryPlanCache As QueryPlanCache
	Get
Visual C++
public:
virtual property QueryPlanCache^ QueryPlanCache {
	QueryPlanCache^ get () sealed;
}

Implements

ISessionFactoryImplementor..::..QueryPlanCache

See Also