Gets the object type this field represents

Namespace: Cartella.Fields
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static Type GetValueTypeFromFieldType(
	FieldTypes fieldType
)
Visual Basic
Public Shared Function GetValueTypeFromFieldType ( _
	fieldType As FieldTypes _
) As Type
Visual C++
public:
static Type^ GetValueTypeFromFieldType(
	FieldTypes fieldType
)

Parameters

fieldType
Type: FieldTypes

Return Value

See Also