Encapsulates results of an aggregate operation.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IAggregationResult
Public Interface IAggregationResult
public interface class IAggregationResult
public interface IAggregationResult
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Count |
Returns the number of results
| |
Get(Int32) |
Returns the result for the specified index
|