Table of Contents

Class SqlAndConditionNode

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

Represents an SQL syntax tree condition node that defines a binary logical and operation.

public sealed class SqlAndConditionNode : SqlConditionNode
Inheritance
SqlAndConditionNode
Inherited Members
Extension Methods

Properties

Left

First operand.

public SqlConditionNode Left { get; }

Property Value

SqlConditionNode

Right

Second operand.

public SqlConditionNode Right { get; }

Property Value

SqlConditionNode