示例#1
0
文件: Term.cs 项目: adesproject/ADES
 public void AppendPackedTerm(Term t, ListDictionary sqlVarNames)
 {
   this.Append("(");
   this.Append(t.ToStringEx(sqlVarNames));
   this.Append(")");
 }