Click or drag to resize
DataHelperGetColumns Method

Note: This API is now obsolete.

Gets the columns of the given table as the string array.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use custom logic instead.")]
public static string[] GetColumns(
	DataTable dt
)

Parameters

dt
Type: System.DataDataTable
Table

Return Value

Type: String
See Also