Interface ICustomAggregateQueryable
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
The interface that must be implemented by classes that provide information on custom aggregate functions to use in LINQ to XPO expressions.
public interface ICustomAggregateQueryable
Methods
GetMethodInfo()
When implemented by a class, returns the metadata of a method associated with a custom aggregate function used in LINQ to XPO expressions.
MethodInfo GetMethodInfo()
Returns
- MethodInfo
A MethodInfo object which identifies the method to be used to evaluate a custom aggregate function, based on specified function parameters.