A NHibernate custom type

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

Syntax

Visual Basic (Declaration)
Public Shared Function Custom ( _
	userTypeClass As Type _
) As IType
C#
public static IType Custom(
	Type userTypeClass
)
Visual C++
public:
static IType^ Custom(
	Type^ userTypeClass
)
JavaScript
NHibernate.NHibernateUtil.custom = function(userTypeClass);

Parameters

userTypeClass
Type: System..::.Type
a class that implements UserType

Return Value

See Also