[Missing <summary> documentation for "P:NHibernate.Engine.NamedQueryDefinition.IsCacheable"]

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

Syntax

C#
public bool IsCacheable { get; }
Visual Basic
Public ReadOnly Property IsCacheable As Boolean
	Get
Visual C++
public:
property bool IsCacheable {
	bool get ();
}

See Also