When implemented by a class, returns the SqlTypes for the columns mapped by this IType.

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

Syntax

Visual Basic (Declaration)
Function SqlTypes ( _
	mapping As IMapping _
) As SqlType()
C#
SqlType[] SqlTypes(
	IMapping mapping
)
Visual C++
array<SqlType^>^ SqlTypes(
	IMapping^ mapping
)
JavaScript
function sqlTypes(mapping);

Parameters

mapping
Type: NHibernate.Engine..::.IMapping
The IMapping that uses this IType.

Return Value

An array of SqlTypes.

See Also