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