Click or drag to resize

EnumUtilsGetMatchingPropertyDataType Method

Returns an equivalent PropertyDataType of a System.Type

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static PropertyDataType GetMatchingPropertyDataType(
	Type dataType
)

Parameters

dataType
Type: SystemType
System.Type (not nullable)

Return Value

Type: PropertyDataType
PropertyDataType
See Also