ConnectionProviderSql.UnregisterCustomAggregate Method
| Name | Parameters | Description |
|---|---|---|
| UnregisterCustomAggregate(ICustomAggregateFormattable) | customAggregate | Unregisters a specified custom aggregate function from use in any ConnectionProviderSql-based connection provider in your application. |
| UnregisterCustomAggregate(String) | functionName | Unregisters a custom aggregate function with the specified name from use in any ConnectionProviderSql-based connection provider in your application. |