A NHibernate custom type
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static IType Custom( Type userTypeClass ) |
Visual Basic |
---|
Public Shared Function Custom ( _ userTypeClass As Type _ ) As IType |
Visual C++ |
---|
public: static IType^ Custom( Type^ userTypeClass ) |
Parameters
- userTypeClass
- Type: System..::..Type
a class that implements UserType
Return Value
[Missing <returns> documentation for "M:NHibernate.NHibernateUtil.Custom(System.Type)"]