Exemplo n.º 1
0
 public BitmapQuery <T> AndNot(string key)
 {
     _queryResultBitMap.AndNot(_bitMapIndex[key]);
     return(this);
 }