Esempio n. 1
0
 public string ToSql()
 {
     return($"{_leftOperand.ToSql()} {GetOperator()} {_rightOperand.ToSql()}");
 }