DataHelperEnsureGUIDs Method |
Ensures GUID values in specified column.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void EnsureGUIDs(
DataTable dt,
string columnName
)
Parameters
- dt
- Type: System.DataDataTable
Data table - columnName
- Type: SystemString
Column name
See Also