Table of Contents

Class AggregateTypes

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Provides helper methods for aggregate types.

public static class AggregateTypes
Inheritance
AggregateTypes
Inherited Members

Methods

GetValidAggregates(Type)

Returns the aggregate operations supported by a specified data type.

public static AggregateType[] GetValidAggregates(this Type DataType)

Parameters

DataType Type

Returns

AggregateType[]