Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsVersioned As Boolean
C#
bool IsVersioned { get; }
Visual C++
property bool IsVersioned {
	bool get ();
}
JavaScript
function get_isVersioned();

See Also