Share via


xRecord.setTmpData(Common) Method

Definition

Sets the contents of the temporary table to the specified data.

public:
 virtual void setTmpData(Microsoft::Dynamics::Ax::Xpp::Common ^ _cursor);
public virtual void setTmpData (Microsoft.Dynamics.Ax.Xpp.Common _cursor);
abstract member setTmpData : Microsoft.Dynamics.Ax.Xpp.Common -> unit
override this.setTmpData : Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Overridable Sub setTmpData (_cursor As Common)

Parameters

_cursor
Common

The new data for the temporary table.

Applies to