Skip to content

Entity_Index_Attributes - cEntity

Include: Use Db\cEntity.pkg

Returns all attributes for an index.

Type: Function

Return data type: String[][]

Parameters

Parameter Type Description
iIndex Integer Zero-based index number.

Syntax

Function Entity_Index_Attributes Integer iIndex Returns String[][]

Call

Get Entity_Index_Attributes of hoObj iIndex to aAttributes

Description

Returns all attributes for a zero-based 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 index arguments raise a DataFlex error.