The SQL types for the columns mapped by this type.

Namespace: NHibernate.UserTypes
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

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