Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a field to the bulk copy list.
Syntax
client server public static ReleaseUpdateBulkCopyField addFieldToBulkCopyList(
DEL_SqlDictionary _source,
SqlDictionary _target,
[TableName _oldShadowTableSqlName,
boolean _isSpecialMapping])
Run On
Called
Parameters
- _source
Type: DEL_SqlDictionary Table
The source table and field information.
- _target
Type: SqlDictionary Table
The target table and field information.
- _oldShadowTableSqlName
Type: TableName Extended Data Type
The backend shadow table name.
- _isSpecialMapping
Type: boolean
true if true if there is special mapping.
Return Value
Type: ReleaseUpdateBulkCopyField Table
The field mapping information.