Esempio 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);
 }
Esempio 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);
 }
Esempio 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);
 }
Esempio 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);
 }