Back to Devexpress

ICustomAggregateFunction Methods

corelibraries-devexpress-dot-dataprocessing-dot-criteria-dot-icustomaggregatefunction-dot-underscore-methods.md

latest1.6 KB
Original Source

ICustomAggregateFunction Methods

Declares the base functionality for custom aggregate functions.

NameDescription
Evaluate(Object[])When implemented by a custom function, evaluates it on the client. Inherited from ICustomFunctionOperator.
GetAggregationContextType(Type)Returns the type of the custom function implemented by the ICustomAggregateFunction interface.
ResultType(Type[])When implemented by a custom function, determines its return value type based on the type of function operands (parameters). Inherited from ICustomFunctionOperator.

See Also

ICustomAggregateFunction Interface

ICustomAggregateFunction Members

DevExpress.DataProcessing.Criteria Namespace