Gets the SqlType of the column based on the IType.

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

Syntax

Visual Basic (Declaration)
Public Function GetAutoSqlType ( _
	mapping As IMapping _
) As SqlType
C#
public SqlType GetAutoSqlType(
	IMapping mapping
)
Visual C++
public:
SqlType^ GetAutoSqlType(
	IMapping^ mapping
)
JavaScript
function getAutoSqlType(mapping);

Parameters

mapping
Type: NHibernate.Engine..::.IMapping

Return Value

The SqlType of the column based on the IType.

See Also