Interface IAggregateFunction
Inherited Members
Namespace: Telerik.Data.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IAggregateFunction : ICloneable<IAggregateFunction>
Methods
Accumulate(Object)
Declaration
void Accumulate(object value)
Parameters
System.
|
GetValue()
Declaration
object GetValue()
Returns
System.
|
Merge(IAggregateFunction)
Declaration
void Merge(IAggregateFunction aggregateFunction)
Parameters
IAggregate
|