Click or drag to resize
DataHelperGetDataView Method
Returns the DataView from the given data source.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static DataView GetDataView(
	Object dataSource
)

Parameters

dataSource
Type: SystemObject
Data source

Return Value

Type: DataView
See Also