Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

ICustomAggregateQueryable Interface

The interface that must be implemented by classes that provide information on custom aggregate functions to use in LINQ to XPO expressions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public interface ICustomAggregateQueryable

Remarks

Implement this interface in addition to the ICustomAggregate interface to use a custom aggregate function in LINQ to XPO expressions.

See Also