Transfers tabls 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: 8.0.0.0 (8.1.5347.20411)
Parameters
- destinationDS
- Type: System.Data DataSet
Destination DataSet
- sourceDS
- Type: System.Data DataSet
Source DataSet
- tableName
- Type: System String
Source table name
See Also