AxdBase.getEntityKeyFieldList Method [AX 2012]

Gets the fields that will be used in the entity key.

Syntax

public List getEntityKeyFieldList()

Run On

Server

Return Value

Type: List Class
The fields that will be used in the entity key.

Remarks

The method is intended only to be used internally, and should not be called through the interface.

The method should not be overridden by derived classes.

See Also

Reference

AxdBase Class