GroupedDataSourceGetGroup Method |
Returns the array list of items from specified group, type of the item depends on the DataSource
DataSet, DataView, DataTable -> DataRow
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public List<DataRowView> GetGroup(
Object itemValue
)
Parameters
- itemValue
- Type: SystemObject
Key item value
Return Value
Type:
ListDataRowViewRemarks This method is slower than GetGroupView and creates a copy of the group
See Also