Class SqlAddExpressionNode
- Namespace
- LfrlAnvil.Sql.Expressions.Arithmetic
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree expression node that defines a binary arithmetic add operation.
public sealed class SqlAddExpressionNode : SqlExpressionNode
- Inheritance
-
SqlAddExpressionNode
- Inherited Members
- Extension Methods
Properties
Left
First operand.
public SqlExpressionNode Left { get; }
Property Value
Right
Second operand.
public SqlExpressionNode Right { get; }