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

Syntax

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

Implements

ICollectionPersister..::.IsVersioned

See Also