Table of Contents

Class SqlFilterTraitNode

Namespace
LfrlAnvil.Sql.Expressions.Traits
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree node that defines a single filter trait.

public sealed class SqlFilterTraitNode : SqlTraitNode
Inheritance
SqlFilterTraitNode
Inherited Members

Properties

Filter

Underlying predicate.

public SqlConditionNode Filter { get; }

Property Value

SqlConditionNode

IsConjunction

Specifies whether or not this trait should be merged with other SqlFilterTraitNode instances through an SqlAndConditionNode rather than an SqlOrConditionNode.

public bool IsConjunction { get; }

Property Value

bool