FieldType property: DataSourceParameter class
Description
Use this property to set or return the field type as a number. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
&utility.FIELDTYPE_CHARACTER |
Character field |
|
1 |
&utility.FIELDTYPE_LONGCHARACTER |
Long character field |
|
2 |
&utility.FIELDTYPE_NUMBER |
Number field |
|
3 |
&utility.FIELDTYPE_SIGNEDNUMBER |
Signed number field |
|
4 |
&utility.FIELDTYPE_DATE |
Date field |
|
5 |
&utility.FIELDTYPE_TIME |
Time field |
|
6 |
&utility.FIELDTYPE_DATETIME |
DateTime field |
This property is read/write.