DataCopyTable Method

Create a copy of the table structure and data.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DataTable CopyTable(
	DataTable data
)

Parameters

data  DataTable
Data table to process.

Return Value

DataTable
DataTable with the table structure and data copied.

See Also