public QueryResult() { msg = "qry"; cnt = new QueryCnt (); }
public QueryResult(string c) { msg = "qry"; cnt = new QueryCnt (c); }