DataHelperGetColumns Method |
Note: This API is now obsolete.
Gets the columns of the given table as the string array.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use custom logic instead.")]
public static string[] GetColumns(
DataTable dt
)
Parameters
- dt
- Type: System.DataDataTable
Table
Return Value
Type:
StringSee Also