DataHelperEnsureStringValues Method |
Ensures Codename values in specified column.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void EnsureStringValues(
DataTable dt,
string columnName,
string format,
string sourceColumns
)
Parameters
- dt
- Type: System.DataDataTable
Data table - columnName
- Type: SystemString
Column name to fill - format
- Type: SystemString
Format of the - sourceColumns
- Type: SystemString
Source columns for the formatting string
See Also