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