示例#1
0
 public long QueryCount(IQuery query)
 {
     CheckDisposed();
     return(_qry.QueryCount(query));
 }