[Missing <summary> documentation for "P:NHibernate.Cfg.Loquacious.INamedQueryDefinitionBuilder.IsCacheable"]

Namespace: NHibernate.Cfg.Loquacious
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool IsCacheable { get; set; }
Visual Basic
Property IsCacheable As Boolean
	Get
	Set
Visual C++
property bool IsCacheable {
	bool get ();
	void set (bool value);
}

See Also