2020 Method
Changes 7
M

GlobalParameter.IsValidDataType

Description:
Tests whether the input Data Type is valid as a type of a global parameter.
Remarks:
Since most data types but not all are supported by global parameters, it is reasonable to test a ParameterType before attempting to create a global parameter of it.
public static bool IsValidDataType(
	ParameterType datatype
)
Return Value bool True if the data type is suitable for a global parameter; False otherwise.