RecordLinkList.last Method

Definition

Overloads

last()

Puts the list at the last record and copies the record to the specified record buffer.

last(Common)

Puts the list at the last record and copies the record to the specified record buffer.

public:
 virtual bool last();
public virtual bool last ();
abstract member last : unit -> bool
override this.last : unit -> bool
Public Overridable Function last () As Boolean

Returns

true if the method succeeds; false if there are no records in the list.

Applies to

public:
 virtual bool last(Microsoft::Dynamics::Ax::Xpp::Common ^ _record);
public virtual bool last (Microsoft.Dynamics.Ax.Xpp.Common _record);
abstract member last : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.last : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function last (_record As Common) As Boolean

Parameters

_record
Common

A record buffer that is used to hold the record that is retrieved; optional.

Returns

Applies to