Click or drag to resize
DataHelperEnsureGUIDs Method
Ensures GUID values in specified column.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void EnsureGUIDs(
	DataTable dt,
	string columnName
)

Parameters

dt
Type: System.DataDataTable
Data table
columnName
Type: SystemString
Column name
See Also