The underlying columns SqlType.

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

Syntax

C#
public SqlType SqlTypeCode { get; set; }
Visual Basic
Public Property SqlTypeCode As SqlType
	Get
	Set
Visual C++
public:
property SqlType^ SqlTypeCode {
	SqlType^ get ();
	void set (SqlType^ value);
}

Remarks

If null, it is because the sqltype code is unknown. Use GetSqlTypeCode(IMapping) to retreive the sqltypecode used for the columns associated Value/Type.

See Also