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!

DataStorage.Aggregate

[To be supplied.]

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

Parameters

recordNos
[To be supplied.]
kind
[To be supplied.]

See Also

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