Gets the Type that NHibernate was trying find the Property or Field in.

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

Syntax

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

See Also