DictIndex.name Method [AX 2012]

Returns the name of the index.

public str name([DbBackend db])

Run On

Called

Parameters

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.

Return Value

Type: str
The name of the index in the format that is specified by db.

Community Additions

ADD
Show: