Gets the Type that NHibernate was trying to update in the database.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PersistentType As Type
C#
public Type PersistentType { get; }
Visual C++
public:
property Type^ PersistentType {
	Type^ get ();
}
JavaScript
function get_persistentType();

See Also