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

Syntax

Visual Basic (Declaration)
Public Shared Function GetSerializableType ( _
	length As Integer _
) As NullableType
C#
public static NullableType GetSerializableType(
	int length
)
Visual C++
public:
static NullableType^ GetSerializableType(
	int length
)
JavaScript
NHibernate.Type.TypeFactory.getSerializableType = function(length);

Parameters

length
Type: System..::.Int32

Return Value

See Also