Share via


RetailConnSCDataBulkCopy.bulkCopyToTemp Method [AX 2012]

Method performs the bulk copy of the physical name of the table to the temporarly created table.

Syntax

public void bulkCopyToTemp(str physicalTempDBTableName)

Run On

Server

Parameters

  • physicalTempDBTableName
    Type: str
    Name of the physical temp table.

Exceptions

Exception Condition
Error

Throws error if fail to copy the data to the temporary table.

See Also

Reference

RetailConnSCDataBulkCopy Class