DataHelperTransferTableRows Method |
Transfers table rows between two tables.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static DataTable TransferTableRows(
DataTable destinationDT,
DataTable sourceDT,
string where,
string orderBy
)
Parameters
- destinationDT
- Type: System.DataDataTable
Destination table - sourceDT
- Type: System.DataDataTable
Source table - where
- Type: SystemString
Where condition for rows - orderBy
- Type: SystemString
Order BY
Return Value
Type:
DataTableSee Also