DataHelperCreateUniqueTableColumn Method |
Creates column with unique name int he given table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
StringSee Also