📚 SAP Business One SDK Help

CopyFrom Method
See Also 
iSource
A data table to which to copy the data and structure

Description

Copies the structure and data from the data table to another data table.

Syntax

Visual Basic
Public Sub CopyFrom( _
   ByVal iSource As DataTable _
) 

Parameters

iSource
A data table to which to copy the data and structure

Remarks

This is the most efficient way to copy data from one data table to another.

See Also