Skip to content

Entity_Has_Attribute - cEntity

Include: Use Db\cEntity.pkg

Tests whether an entity-level attribute is available.

Type: Function

Return data type: Boolean

Parameters

Parameter Type Description
sAttribute String Attribute name. Lookup is case-insensitive.

Syntax

Function Entity_Has_Attribute String sAttribute Returns Boolean

Call

Get Entity_Has_Attribute of hoObj "Connection" to bHasAttribute

Description

Tests whether an entity-level attribute is available. Lookup is case-insensitive. Name is always available; missing non-Name attributes return False.