xRecord.setTmpData(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.
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.