The function return type

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

Syntax

Visual Basic (Declaration)
Function ReturnType ( _
	columnType As IType, _
	mapping As IMapping _
) As IType
C#
IType ReturnType(
	IType columnType,
	IMapping mapping
)
Visual C++
IType^ ReturnType(
	IType^ columnType, 
	IMapping^ mapping
)
JavaScript
function returnType(columnType, mapping);

Parameters

columnType
Type: NHibernate.Type..::.IType
The type of the first argument
mapping
Type: NHibernate.Engine..::.IMapping

Return Value

See Also