Click or drag to resize
AggregateResultCollectionItem Property
Gets the first AggregateResult which FunctionName is equal to functionName.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public AggregateResult this[
	string functionName
] { get; }

Parameters

functionName
Type: SystemString

Property Value

Type: AggregateResult
The AggregateResult for the specified function if any, otherwise null.
See Also