MapDataType Enum

Definition

Represents the data types for a map field.

public enum class MapDataType
public enum MapDataType
type MapDataType = 
Public Enum MapDataType
Inheritance
MapDataType

Fields

Boolean 1

The field value must be a Boolean.

DateTime 2

The field value must be a DateTime.

Decimal 5

The field value must be a Decimal.

Float 4

The field value must be a float.

Integer 3

The field value must be an integer.

String 0

The field value must be a string.

Applies to