| DataHelperTransferTable Method | 
            Transfers tables from source DataSet to the destination DataSet and sets the source table name to specified value.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also