GroupedDataSourceEnsureList Method |
Ensures the list with specified key value.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected List<DataRowView> EnsureList(
IDictionary<Object, List<DataRowView>> groupTable,
Object key
)
Parameters
- groupTable
- Type: System.Collections.GenericIDictionaryObject, ListDataRowView
Group table - key
- Type: SystemObject
List key
Return Value
Type:
ListDataRowViewSee Also