Exemplo n.º 1
0
 public virtual Trm apd(Trm rOpnd)
 {
     if (optor.Length > 0)
     {
         return(new Trm(this).apd(rOpnd));
     }
     this.Push(rOpnd.Clone());                               optor = utl.OPR("APD"); return(this);
 }
Exemplo n.º 2
0
 public DbField apd(Trm rOpnd)
 {
     if (optor.Length > 0)
     {
         return(new DbField(this).apd(rOpnd));
     }
     this.Push(rOpnd.Clone());                                optor = utl.OPR("APD"); return(this);
 }
Exemplo n.º 3
0
 public virtual Trm cct(Trm rOpnd)
 {
     if (optor.Length > 0)
     {
         return(new Trm(this).cct(rOpnd));
     }
     this.Push(rOpnd.Clone());                               optor = utl.OPR("CCT"); return(this);
 }
Exemplo n.º 4
0
 public DbField cct(Trm rOpnd)
 {
     if (optor.Length > 0)
     {
         return(new DbField(this).cct(rOpnd));
     }
     this.Push(rOpnd.Clone());                                optor = utl.OPR("CCT"); return(this);
 }