Share via


RecordLinkList.next Method

Definition

Overloads

next()

Puts the pointer on the next record and copies it to the provided buffer.

next(Common)

Puts the pointer on the next record and copies it to the provided buffer.

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

Returns

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

Applies to

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

The record buffer of same type as the record at the position; optional.

Returns

Applies to