CopyFrom Method See Also iSource A data table to which to copy the data and structure DescriptionCopies the structure and data from the data table to another data table. SyntaxVisual BasicPublic Sub CopyFrom( _    ByVal iSource As DataTable _ ) Parameters iSource A data table to which to copy the data and structure RemarksThis is the most efficient way to copy data from one data table to another. See AlsoDataTable Object