[Missing <summary> documentation for "P:NHibernate.Persister.Entity.AbstractEntityPersister.VersionPropertyInsertable"]

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

Syntax

C#
public bool VersionPropertyInsertable { get; }
Visual Basic
Public ReadOnly Property VersionPropertyInsertable As Boolean
	Get
Visual C++
public:
virtual property bool VersionPropertyInsertable {
	bool get () sealed;
}

Implements

IQueryable..::..VersionPropertyInsertable

See Also