Skip to content

Entity_Field_Attributes - cEntity

Include: Use Db\cEntity.pkg

Returns all attributes for a zero-based field index.

Type: Function

Return data type: String[][]

Parameters

Parameter Type Description
iField Integer Zero-based field number.

Syntax

Function Entity_Field_Attributes Integer iField Returns String[][]

Call

Get Entity_Field_Attributes of hoObj iField to aAttributes

Description

Returns all attributes for a zero-based field index as String[][]; each row is [attributeName, attributeValue]. Returned attribute names are metadata keys and should not be used to infer original source casing. Out-of-range field arguments raise a DataFlex error.