Click or drag to resize
DataHelperGetColumns Method
Gets the columns of the given table as the string array.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string[] GetColumns(
	DataTable dt
)

Parameters

dt
Type: System.DataDataTable
Table

Return Value

Type: String
See Also