RecordLinkList.first 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
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) |
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.
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
first(Common)
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.