Share via


RetailConnSCUploadManager.createDataBulkCopy Method [AX 2012]

Method adds the name of the target table, temp table and the name of the physical table to the list and returns the instance of RetailConnSCDataBulkCopy class.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public RetailConnSCDataBulkCopy createDataBulkCopy(
            TableName targetTempDBTableName, 
            container columnNames, 
           [str _tempDataFilePath])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public RetailConnSCDataBulkCopy createDataBulkCopy(TableName targetTempDBTableName, container columnNames)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public RetailConnSCDataBulkCopy createDataBulkCopy(TableName targetTableName, container columnNames)

Run On

Server

Parameters

  • columnNames
    Type: container
    Name of the fields.
  • _tempDataFilePath
    Type: str

Return Value

Type: RetailConnSCDataBulkCopy Class
Instance of RetailConnSCDataBulkCopy class.

See Also

Reference

RetailConnSCUploadManager Class