RecordLinkList.first Method

Definition

Overloads

first()

Puts the pointer on the first record in the list and, if it is present, copies the record into the buffer that is provided.

first(Common)

Puts the pointer on the first record in the list and, if it is present, copies the record into the buffer that is provided.

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

Returns

true if the method succeeds; false if no records exist.

Applies to

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

Parameters

_record
Common

The record buffer that will contain the result; optional.

Returns

Applies to