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