示例#1
0
 public string GetClause()
 {
     return(" (" + critA.GetClause() + " " + op.ToString() + " " + critB.GetClause() + ") ");
 }