AggregateResultCollectionItem Property |
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic AggregateResult this[
string functionName
] { get; }
Public ReadOnly Default Property Item (
functionName As String
) As AggregateResult
Get
public:
property AggregateResult^ default[String^ functionName] {
AggregateResult^ get (String^ functionName);
}
member Item : AggregateResult with get
Parameters
- functionName
- Type: SystemString
Property Value
Type:
AggregateResult
The
AggregateResult for the specified function if any, otherwise null.
See Also