Entity_Attribute - cEntity¶
Include: Use Db\cEntity.pkg
Returns one entity-level attribute value.
Type: Function
Return data type: String
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sAttribute |
String | Attribute name. Lookup is case-insensitive. |
Syntax¶
Function Entity_Attribute String sAttribute Returns String
Call¶
Get Entity_Attribute of hoObj "Name" to sValue
Description¶
Returns one entity-level attribute value. Lookup is case-insensitive. Name is always available and returns the declared or synthesized entity name. Missing non-Name attributes return an empty string.