Click or drag to resize

DataObjectControllerGetDataObjectGroupedCount Method

Returns the count of dataobjects grouped by the grouping parameters provided in the loadOptions. If an data object has an undefined value for a group it is not counted.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual List<DataObjectGroupCount> GetDataObjectGroupedCount(
	DataObjectGroupedCountLoadOptions loadOptions
)

Parameters

loadOptions
Type: Omada.OE.ModelDataObjectGroupedCountLoadOptions
loadOptions.groupProperty1 must be set

Return Value

Type: ListDataObjectGroupCount
See Also