Share via


xRecord.orig Method

Definition

Retrieves the original values of the current record.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::Common ^ orig();
public virtual Microsoft.Dynamics.Ax.Xpp.Common orig ();
abstract member orig : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.orig : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function orig () As Common

Returns

Remarks

Partly because of scenarios that involve table inheritance, we recommend that you instead use the following methods on the Global class: con2buf, buf2con, and buf2buf.

Applies to