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

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

Syntax

C#
public Nullable<CacheMode> CacheMode { get; }
Visual Basic
Public ReadOnly Property CacheMode As Nullable(Of CacheMode)
	Get
Visual C++
public:
property Nullable<CacheMode> CacheMode {
	Nullable<CacheMode> get ();
}

See Also