Share via


RecordSortedList.del(Common) Method

Definition

Removes a record that has a key that matches the key fields in the recordBuffer from the recordSortedList.

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

Parameters

_record
Common

A record buffer that contains the key values of the record to be deleted.

Returns

true if a record was removed; otherwise false.

Applies to