NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ObjectStorage.Aggregate

[To be supplied.]

[Visual Basic]
Overrides Public Function Aggregate( _
   ByVal records() As Integer, _
   ByVal kind As AggregateTypes _
) As Object
[C#]
public override object Aggregate(
   int[] records,
   AggregateTypes kind
);
[C++]
public: override Object* Aggregate(
   int* records[],
   AggregateTypes kind
);
[JScript]
public override function Aggregate(
   records : int[],
   kind : AggregateTypes
) : Object;

Parameters

records
[To be supplied.]
kind
[To be supplied.]

See Also

ObjectStorage Class | ObjectStorage Members | System.Data.Internal Namespace