Telerik.Web.Mvc.Infrastructure.AggregateResult.AggregateResult C# (CSharp) Method

AggregateResult() public method

Initializes a new instance of the AggregateResult class.
function is null.
public AggregateResult ( AggregateFunction function ) : System
function AggregateFunction that generated the result.
return System
        public AggregateResult(AggregateFunction function)
            : this(null, function)
        {
        }

Same methods

AggregateResult::AggregateResult ( object value, AggregateFunction function ) : System
AggregateResult::AggregateResult ( object value, int count, AggregateFunction function ) : System