Click or drag to resize
FieldDefFieldType Enumeration
field type

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public enum FieldType
Members
  Member nameValueDescription
NULL0 Invalid type
BOOLEAN1 Represents a boolean
CHAR2 Represents a char
SHORT3 Represents a short
INTEGER4 Represents an int
LONG5 Represents a long
UCHAR6 Represents an unsigned char
USHORT7 Represents an unsigned short
UINT8 Represents an unsigned int
ULONG9 Represents an unsigned long
FLOAT10 Represents a float
DOUBLE11 Represents a double
BLOB13 Represents a blob
STRING14 Represents a string
DATETIME15 Represents a datetime
See Also