The SQL types for the columns mapped by this type.

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

Syntax

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

See Also