Click or drag to resize
GroupedDataSourceAddDataRow Method
Adds the item to the group table.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected void AddDataRow(
	SafeDictionary<Object, List<DataRowView>> groupTable,
	DataRowView dr
)

Parameters

groupTable
Type: CMS.BaseSafeDictionaryObject, ListDataRowView
Group table
dr
Type: System.DataDataRowView
DataRowView to add
See Also