The
DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by
HAlias). You can:
- Find out the logical name of an element:
- data file defined in the data model editor or through programming,
- view,
- query
- Define the logical name of a data file (when the file is described through programming).
// Find out the logical name of the Customer data file
ResName = Customer.DescribedName
Syntax
Finding out the logical name of an element Hide the details
<Logical name> = <Element>.DescribedName
<Logical name>: Character string
Logical name of the element:- data file defined in the data model editor or through programming,
- view,
- query.
<Element>: Character string
Element used (by indirection for example).