QueryColumnExpression (ArithmeticOperation,QueryColumnExpression,QueryColumnExpression,String) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > QueryColumnExpression - класс > QueryColumnExpression : QueryColumnExpression (ArithmeticOperation,QueryColumnExpression,QueryColumnExpression,String) C#
- arithmeticOperation
- Arithmetic operation.
- leftArithmeticOperand
- The left operand of the arithmetic operation.
- rightArithmeticOperand
- The right operand of the arithmetic operation.
- alias
- The alias of the arithmetic operation.
Glossary Item Box
public QueryColumnExpression( ArithmeticOperation arithmeticOperation, QueryColumnExpression leftArithmeticOperand, QueryColumnExpression rightArithmeticOperand, string alias )
Параметры
- arithmeticOperation
- Arithmetic operation.
- leftArithmeticOperand
- The left operand of the arithmetic operation.
- rightArithmeticOperand
- The right operand of the arithmetic operation.
- alias
- The alias of the arithmetic operation.