Share via


RecordSortedList.next(Common) Method

Definition

Sets the record buffer to the contents of the next record in the recordSortedList and positions the list to the record returned.

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

Parameters

_record
Common

A record buffer to receive the result.

Returns

true if the operation was successful; otherwise false.

Applies to