| DataHelperGetDataTable Method | 
            Returns the DataTable from the given data source.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DataTable GetDataTable(
	Object dataSource
)
Parameters
- dataSource
- Type: SystemObject
 Data source
Return Value
Type: 
DataTable See Also
See Also