GroupedDataSourceGetGroupDataTable Method |
Returns the item group as an DataTable.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public DataTable GetGroupDataTable(
Object itemValue
)
Parameters
- itemValue
- Type: SystemObject
Item value
Return Value
Type:
DataTableRemarks This method is slower than GetGroupView and creates a copy of the group
See Also