DataHelperTransferTables Method |
Transfers tables from source DataSet to the destination DataSet.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void TransferTables(
DataSet destinationDS,
DataSet sourceDS
)
Parameters
- destinationDS
- Type: System.DataDataSet
Destination DataSet - sourceDS
- Type: System.DataDataSet
Source DataSet
See Also