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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property Type As IType
C#
public abstract IType Type { get; }
Visual C++
public:
virtual property IType^ Type {
	IType^ get () abstract;
}
JavaScript
function get_type();

Implements

IPropertyMapping..::.Type

See Also