Back to Devexpress

ICustomAggregateQueryable Interface

xpo-devexpress-dot-xpo-d51180ad.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public interface ICustomAggregateQueryable
vb
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

ICustomAggregateQueryable Members

RegisterCustomAggregate(ICustomAggregate)

UnregisterCustomAggregate(ICustomAggregate)

How to Implement Custom Aggregates

DevExpress.Xpo Namespace