IDatabaseMetadataCache..::..GetAggregateFunction Method
Gets an aggregate function.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
string GetAggregateFunction( AggregateType aggregateType, string columnName )
Function GetAggregateFunction ( _ aggregateType As AggregateType, _ columnName As String _ ) As String
String^ GetAggregateFunction( AggregateType^ aggregateType, String^ columnName )
Parameters
- aggregateType
- Type: Tortuga.Chain.Aggregates..::..AggregateType
Type of the aggregate.
- columnName
- Type: String
Name of the column to insert into the function.