public void collection_has_index()
 {
     Assert.IsTrue
     (
         _collection.IndexExists(_projection.IndexKeys)
     );
 }
Ejemplo n.º 2
0
 public void collection_has_index()
 {
     Assert.IsTrue
     (
         _collection.IndexExists(MyProjection.IndexName)
     );
 }