Click or drag to resize
DataHelperTransferTable Method
Transfers tables from source DataSet to the destination DataSet and sets the source table name to specified value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void TransferTable(
	DataSet destinationDS,
	DataSet sourceDS,
	string tableName
)

Parameters

destinationDS
Type: System.DataDataSet
Destination DataSet
sourceDS
Type: System.DataDataSet
Source DataSet
tableName
Type: SystemString
Source table name
See Also