コード例 #1
0
 public SqlMathExpression(SqlExpression leftOperand, SqlMathOperatorType sqlMathOperator, SqlExpression rightOperand)
 {
     this.LeftOperand     = leftOperand;
     this.RightOperand    = rightOperand;
     this.SqlMathOperator = sqlMathOperator;
 }
コード例 #2
0
 public SqlMathExpression(SqlExpression leftOperand,SqlMathOperatorType sqlMathOperator,SqlExpression rightOperand)
 {
     this.LeftOperand = leftOperand;
     this.RightOperand = rightOperand;
     this.SqlMathOperator = sqlMathOperator;
 }