Copies column values from source column to target column.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- dt
- Type: System.Data DataTable
Data table
- targetColumn
- Type: System String
Target column
- sourceColumn
- Type: System String
Source column
- copyNullValues (Optional)
- Type: System Boolean
TRUE if the NULL value can be copied; otherwise, FALSE
See Also