ICustomAggregateQueryable.GetMethodInfo() Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
MethodInfo GetMethodInfo()
#Returns
Type | Description |
---|---|
Method |
A Method |
See Also