Esempio n. 1
0
 internal string ConvertOp(QOp op)
 {
     switch (op.Value)
     {
     default:
         return(op.Value);
     }
 }
Esempio n. 2
0
File: QCond.cs Progetto: aiplugs/cms
 public QCond(QOp op, string m, IQuery v)
 {
     Op     = op;
     Member = m;
     Value  = v;
 }