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

Syntax

Visual Basic (Declaration)
Public Overrides Function ReturnType ( _
	columnType As IType, _
	mapping As IMapping _
) As IType
C#
public override IType ReturnType(
	IType columnType,
	IMapping mapping
)
Visual C++
public:
virtual IType^ ReturnType(
	IType^ columnType, 
	IMapping^ mapping
) override
JavaScript
function returnType(columnType, mapping);

Parameters

columnType
Type: NHibernate.Type..::.IType
mapping
Type: NHibernate.Engine..::.IMapping

Implements

ISQLFunction..::.ReturnType(IType, IMapping)

See Also