Table of Contents

Class SqlGreaterThanOrEqualToConditionNode

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

Represents an SQL syntax tree condition node that defines a binary logical greater than or equal to comparison.

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

Properties

Left

First operand.

public SqlExpressionNode Left { get; }

Property Value

SqlExpressionNode

Right

Second operand.

public SqlExpressionNode Right { get; }

Property Value

SqlExpressionNode