Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.69 KB

datatransfer-settables-method.md

File metadata and controls

53 lines (39 loc) · 1.69 KB
title description ms.author ms.date ms.topic author ms.reviewer
DataTransfer.SetTables(Integer, Integer) Method
Sets the source and destination tables for the data transfer.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

DataTransfer.SetTables(Integer, Integer) Method

Version: Available or changed with runtime version 10.0.

Sets the source and destination tables for the data transfer.

Syntax

 DataTransfer.SetTables(SourceTable: Integer, DestinationTable: Integer)

Parameters

DataTransfer
 Type: DataTransfer
An instance of the DataTransfer data type.

SourceTable
 Type: Integer
The source table for the transfer.

DestinationTable
 Type: Integer
The destination table for the transfer.

Remarks

[!INCLUDEdata-transfer]

Use this method when copying data in rows or fields of table to rows or fields of another table. For more information, see Transferring Data Between Tables.

Example

[!INCLUDEdata-transfer-example]

See Also

DataTransfer Data Type
Getting Started with AL
Developing Extensions