Class SqlAggregationFilterTraitNode
- Namespace
- LfrlAnvil.Sql.Expressions.Traits
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree node that defines a single aggregation filter trait.
public sealed class SqlAggregationFilterTraitNode : SqlTraitNode
- Inheritance
-
SqlAggregationFilterTraitNode
- Inherited Members
Properties
Filter
Underlying predicate.
public SqlConditionNode Filter { get; }
Property Value
IsConjunction
Specifies whether or not this trait should be merged with other SqlAggregationFilterTraitNode instances through an SqlAndConditionNode rather than an SqlOrConditionNode.
public bool IsConjunction { get; }