DictTable.name Method [AX 2012]
Retrieves the name of the table.
public str name([DbBackend db, boolean pseudoname])
Run On
CalledParameters
- db
- Type: DbBackend Enumeration
A DbBackend system enumeration value that specifies the type of name to return; optional. This can be either DbBackend::Native for the native name of the table or DbBackend::Sql for the SQL name of the table. The default value is DbBackend::Native.
- pseudoname
- Type: boolean
A Boolean value that indicates whether a pseudo name is returned; optional.
Community Additions
ADD
Show: