New to Telerik UI for BlazorStart a free 30-day trial

Gets the first AggregateResult which FunctionName is equal to functionName.

Definition

Constructors

C#
public AggregateResultCollection()

Properties

Gets the first AggregateResult which FunctionName is equal to functionName.

C#
public AggregateResult this[string functionName] { get; }
Parameters:functionNamestringProperty Value:

The AggregateResult for the specified function if any, otherwise null.