Gets or sets the NHibernate IType of the column.
Namespace:
NHibernate.MappingAssembly: 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); |