RecordLinkList.last Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
last() |
Puts the list at the last record and copies the record to the specified record buffer. |
last(Common) |
last()
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
last(Common)
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.