Share via


RecordSortedList.find(Common) Method

Definition

Sets the record buffer to the contents of the record that has a key that matches the key fields in the record buffer, and positions the list to the record returned.

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

Parameters

_record
Common

A record buffer that contains the key values to be searched for. The record found will replace the contents of the record buffer.

Returns

true if a record is found; otherwise false.

Applies to