Share via


RecordSortedList.first(Common) Method

Definition

Positions the list to the first record in the list, and copies its contents to the record buffer.

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

A record buffer to contain first record in list.

Returns

true if the method is successful; otherwise false.

Applies to