Table of Contents

Class ClickHouseConfiguration

Namespace
LinqToDB.DataProvider.ClickHouse
Assembly
linq2db.dll
public static class ClickHouseConfiguration
Inheritance
ClickHouseConfiguration

Properties

UseStandardCompatibleAggregates

Enables -OrNull combinator for Min, Max, Sum and Avg aggregation functions to support SQL standard-compatible behavior. Default value: false.

[Obsolete("Use ClickHouseOptions.Default.UseStandardCompatibleAggregates instead.")]
public static bool UseStandardCompatibleAggregates { get; set; }

Property Value

bool