ICustomAggregate.ResultType(Type[]) Method
When implememnted by a custom aggregate function, determines its return value type based on the type of aggregate function parameters.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
operands | Type[] | An array of aggregate function parameter types. |
Returns
Type | Description |
---|---|
Type | A Type object that specifies the custom aggregate function’s return value type. |
See Also