IField properties
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Inherits properties from ISchemaElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
DataType
|
CHARACTER
|
Read-only | Returns the data type of the field. |
Table
|
ITable
|
Read-only | Returns the parent table of the field. |
IsLob
|
LOGICAL
|
Read-only | Returns TRUE if the field is a LOB field. This is true when the data type is either "CLOB" or "BLOB". |