GroupedEnumerableItemType Methods |
The GroupedEnumerableItemType generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem |
Adds the item to the group table.
|
![]() | EnsureList |
Ensures the list with specified key value.
|
![]() | GetEnumerator |
Returns grouped datasource enumerator.
|
![]() | GetGroup |
Returns the array list of items from specified group, type of the item depends on the DataSource
DataSet, DataView, DataTable -> DataRow
|
![]() | GetGroupView |
Returns the array list of items from specified group, type of the item depends on the DataSource
DataSet, DataView, DataTable -> DataRowView
|
![]() | GetItems |
Gets the children based on the given key
|
![]() | LoadGroups |
Loads the data groups.
|
Name | Description | |
---|---|---|
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |