RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

GblMethods..::..GetNullableType Method

Gets the type of the nullable.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static Type GetNullableType(
	Type type
)
Public Shared Function GetNullableType ( _
	type As Type _
) As Type
public:
static Type^ GetNullableType(
	Type^ type
)

Parameters

type
Type: Type
The type.

Return Value

Type.