This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns a datatable containing all the column names in this datatable.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Columns.GetNames")]
public static  ColumnsGetNames(
	 dataTable
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Columns.GetNames")> _
Public Shared Function ColumnsGetNames ( _
	dataTable As  _
) As 

Parameters

dataTable
SXMLDataTable
The datatable.

Return Value

A datatable containing the column names in the datatable.

See Also

Advanced