public BitmapQuery <T> Not()
 {
     _queryResultBitMap.Not();
     return(this);
 }