Example #1
0
 public long Count()
 {
     if (!Opened)
     {
         return(0);
     }
     return(_engine.Count(_LITEDB_CONST.COLLECTION_NAME));
 }