The SQL types for the columns mapped by this type.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property SqlTypes As SqlType()
C#
SqlType[] SqlTypes { get; }
Visual C++
property array<SqlType^>^ SqlTypes {
	array<SqlType^>^ get ();
}
JavaScript
function get_sqlTypes();

See Also