Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IField interface : IField properties
 

IField properties

Inherits properties from ISchemaElement and defines the properties listed in the following table.
Table 92. Multi-tenant Maintenance IField interface properties
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".