Gets or sets the sql data type name of the column.

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

Syntax

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

Field Value

The sql data type name of the column.

Remarks

This is usually read from the sql-type attribute.

See Also