ReleaseUpdateBulkCopyMap::addTableToBulkCopyList Method [AX 2012]

Adds a table to the bulk copy list.

client server public static ReleaseUpdateBulkCopyTable addTableToBulkCopyList(
    DEL_SqlDictionary _source, 
    SqlDictionary _target, 
    ReleaseUpdateBulkCopyTableStatus releaseUpdateBulkCopyTableStatus)

Run On

Called

Parameters

_source
Type: DEL_SqlDictionary Table
The source table information.
_target
Type: SqlDictionary Table
The target table information.
releaseUpdateBulkCopyTableStatus
Type: ReleaseUpdateBulkCopyTableStatus Enumeration
The bulk copy table status.

Return Value

Type: ReleaseUpdateBulkCopyTable Table
The bulk copy table information.
Show: