RecordLinkList.ins(Common) 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.
Inserts a record at the end of a list.
public:
virtual int ins(Microsoft::Dynamics::Ax::Xpp::Common ^ _record);
public virtual int ins (Microsoft.Dynamics.Ax.Xpp.Common _record);
abstract member ins : Microsoft.Dynamics.Ax.Xpp.Common -> int
override this.ins : Microsoft.Dynamics.Ax.Xpp.Common -> int
Public Overridable Function ins (_record As Common) As Integer
Parameters
- _record
- Common
The record buffer that is used to hold the record to insert.
Returns
The number of elements in the list.