DataCopyTable Method
Create a copy of the table structure and data.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static DataTable CopyTable(
DataTable data
)
Public Shared Function CopyTable (
data As DataTable
) As DataTable
- data DataTable
- Data table to process.
DataTableDataTable with the table structure and data copied.