Click or drag to resize
DataHelperGetDataTable Method
Returns the DataTable from the given data source.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static DataTable GetDataTable(
	Object dataSource
)

Parameters

dataSource
Type: SystemObject
Data source

Return Value

Type: DataTable
See Also