Exemple #1
0
 internal string ConvertOp(QOp op)
 {
     switch (op.Value)
     {
     default:
         return(op.Value);
     }
 }
Exemple #2
0
 public QCond(QOp op, string m, IQuery v)
 {
     Op     = op;
     Member = m;
     Value  = v;
 }