Enum AttributeDataType

AttributeDataType enumeration

El tipo de datos de un atributo de entidad.

public enum AttributeDataType

Valores

NombreValorDescripción
Integer0entero de 32 bits.
Long1entero de 64 bits.
Guid2Un identificador único global (GUID).
Boolean3Valor booleano (verdadero/falso).
Double4Número real de doble precisión.
Date5Valor de fecha.
Time6Valor de tiempo.
DateTime7Valor de fecha y hora.
String8Valor de cadena.

Ver también