RecordLinkList.next 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
next() |
Puts the pointer on the next record and copies it to the provided buffer. |
next(Common) |
next()
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
next(Common)
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.