Does this source represent versioned (i.e., and thus optimistically lockable) data?

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

Syntax

C#
bool IsVersioned { get; }
Visual Basic
ReadOnly Property IsVersioned As Boolean
	Get
Visual C++
property bool IsVersioned {
	bool get ();
}

Return Value

True if this source represents versioned data; false otherwise.

See Also