This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19.8
dataClassAttribute.type
|
dataClassAttribute.type -> valueType | ||||||||
Parameter | Type | Description | ||||||
valueType | String |
![]() |
Conceptual type | |||||
The dataClassAttribute.type property contains the conceptual value type of the attribute, useful for generic programming.
The conceptual value type depends on the attribute kind (see dataClassAttribute.kind).
Possible values:
dataClassAttribute.kind | type | Comment |
storage | "number", "date", "object", "bool", "image", or "string" | "number" is returned for any numeric types including duration. "string" is returned for uuid, alpha and text field types |
relatedEntity | related dataClass name | Ex: "Companies" |
relatedEntities | related dataClass name + "Selection" suffix | Ex: "EmployeeSelection" |
Product: 4D
Theme: ORDA - DataClassAttribute
Created: 4D v17 R5
4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)
4D Language Reference ( 4D v19.4)
4D Language Reference ( 4D v19.5)
4D Language Reference ( 4D v19.6)
4D Language Reference ( 4D v19.7)
4D Language Reference ( 4D v19.8)