DictIndex.name Method

Definition

Overloads

name()

Returns the name of the index.

name(DbBackend)

name()

Returns the name of the index.

public:
 virtual System::String ^ name();
public virtual string name ();
abstract member name : unit -> string
override this.name : unit -> string
Public Overridable Function name () As String

Returns

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

Applies to

name(DbBackend)

public:
 virtual System::String ^ name(Microsoft::Dynamics::Ax::Xpp::DbBackend _db);
public virtual string name (Microsoft.Dynamics.Ax.Xpp.DbBackend _db);
abstract member name : Microsoft.Dynamics.Ax.Xpp.DbBackend -> string
override this.name : Microsoft.Dynamics.Ax.Xpp.DbBackend -> string
Public Overridable Function name (_db As DbBackend) As String

Parameters

_db
DbBackend

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.

Returns

Applies to