RecordLinkList.get 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
get(Common) |
Copies the record at the current position or the specified position to the provided record buffer, without affecting the pointer position. |
get(Common, Int32) |
get(Common)
Copies the record at the current position or the specified position to the provided record buffer, without affecting the pointer position.
public:
virtual bool get(Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public virtual bool get (Microsoft.Dynamics.Ax.Xpp.Common common1);
abstract member get : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.get : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function get (common1 As Common) As Boolean
Parameters
- common1
- Common
Returns
true if a record could be retrieved; otherwise, false.
Applies to
get(Common, Int32)
public:
virtual bool get(Microsoft::Dynamics::Ax::Xpp::Common ^ _record, int _index);
public virtual bool get (Microsoft.Dynamics.Ax.Xpp.Common _record, int _index);
abstract member get : Microsoft.Dynamics.Ax.Xpp.Common * int -> bool
override this.get : Microsoft.Dynamics.Ax.Xpp.Common * int -> bool
Public Overridable Function get (_record As Common, _index As Integer) As Boolean
Parameters
- _record
- Common
The number of the record in the list to retrieve if the current record is not being retrieved; optional.
- _index
- Int32
The number of the record in the list to retrieve if the current record is not being retrieved; optional.