Namespace:  NHibernate.Tuple
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

See Also