[Missing <summary> documentation for "P:NHibernate.Cfg.Loquacious.ICacheConfigurationProperties.UseQueryCache"]

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

Syntax

C#
bool UseQueryCache { set; }
Visual Basic
WriteOnly Property UseQueryCache As Boolean
	Set
Visual C++
property bool UseQueryCache {
	void set (bool value);
}

See Also