GroupedDataSourceAddDataRow Method |
Adds the item to the group table.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected void AddDataRow(
IDictionary<Object, List<DataRowView>> groupTable,
DataRowView dr
)
Parameters
- groupTable
- Type: System.Collections.GenericIDictionaryObject, ListDataRowView
Group table - dr
- Type: System.DataDataRowView
DataRowView to add
See Also