Click or drag to resize
DataHelperCreateUniqueTableColumn Method
Creates column with unique name int he given table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string CreateUniqueTableColumn(
	DataTable dt,
	string columnName,
	Type type
)

Parameters

dt
Type: System.DataDataTable
Data table
columnName
Type: SystemString
Column name
type
Type: SystemType
Column data type

Return Value

Type: String
See Also