Click or drag to resize

DataExchangeObjectsGetKeyGroupedCollections Method

Returns a list containing DataExchangeObjects (collection) objects. Each collection contains DataExchangeObject objects (from this collection) that have identical KeyValue. DataExchangeObject objects (from this collection) without a KeyValue are skipped. This collection is sorted ascending on KeyValue.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IList<DataExchangeObjects> GetKeyGroupedCollections()

Return Value

Type: IListDataExchangeObjects
Each DataExchangeObjects (collection) object in the result is assigned a SortKey. The assigned SortKey is the "smallest" SortKey found on the DataExchangeObject objects contained in the DataExchangeObjects collection.
See Also