Entity_Attributes - cEntity¶
Include: Use Db\cEntity.pkg
Returns entity-level attributes as [name, value] rows.
Type: Function
Return data type: String[][]
Syntax¶
Function Entity_Attributes Returns String[][]
Call¶
Get Entity_Attributes of hoObj to aAttributes
Description¶
Returns entity-level attributes as String[][]; each row is [attributeName, attributeValue]. Returned attribute names are metadata keys and should not be used to infer original source casing.