Back to Devexpress

ICustomAggregateQueryable.GetMethodInfo() Method

xpo-devexpress-dot-xpo-dot-icustomaggregatequeryable.md

latest1.4 KB
Original Source

ICustomAggregateQueryable.GetMethodInfo() Method

When implemented by a class, returns the metadata of a method associated with a custom aggregate function used in LINQ to XPO expressions.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
MethodInfo GetMethodInfo()
vb
Function GetMethodInfo As MethodInfo

Returns

TypeDescription
MethodInfo

A MethodInfo object which identifies the method to be used to evaluate a custom aggregate function, based on specified function parameters.

|

See Also

ICustomAggregateQueryable Interface

ICustomAggregateQueryable Members

DevExpress.Xpo Namespace