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