Gets or sets the NHibernate IType of the column.

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

Syntax

Visual Basic (Declaration)
Public Property Type As IType
C#
public IType Type { get; set; }
Visual C++
public:
property IType^ Type {
	IType^ get ();
	void set (IType^ value);
}
JavaScript
function get_type();
function set_type(value);

Field Value

The NHibernate IType of the column.

See Also