DictIndex.name Method [AX 2012]
Returns the name of the index.
public str name([DbBackend db])
Run On
CalledParameters
- db
- Type: DbBackend Enumeration
A DbBackend value that specifies the type of name to return. This can be DbBackend::Native for the native name of the index or DbBackend::Sql for the SQL name of the index. If db is not specified, DbBackend::Native is used.
Community Additions
ADD
Show: