Exemplo n.º 1
0
 public ComparisonCondition(qGen.SqlModes Mode, string LeftValue, qGen.ComparisonOperators compOperator, object RightValue)
     : this(LeftValue, compOperator, RightValue)
 {
     m_Mode = Mode;
 }
Exemplo n.º 2
0
 public string ToString(qGen.SqlModes mode)
 {
     m_Mode = mode;
     return(this.ToString());
 }
Exemplo n.º 3
0
 public string ToString(qGen.SqlModes mode)
 {
         m_Mode = mode;
         return this.ToString();
 }