Is the version property included in insert statements?

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also