The function return type

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

Syntax

C#
IType ReturnType(
	IType columnType,
	IMapping mapping
)
Visual Basic
Function ReturnType ( _
	columnType As IType, _
	mapping As IMapping _
) As IType
Visual C++
IType^ ReturnType(
	IType^ columnType, 
	IMapping^ mapping
)

Parameters

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

[Missing <param name="mapping"/> documentation for "M:NHibernate.Dialect.Function.ISQLFunction.ReturnType(NHibernate.Type.IType,NHibernate.Engine.IMapping)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Dialect.Function.ISQLFunction.ReturnType(NHibernate.Type.IType,NHibernate.Engine.IMapping)"]

See Also