Ejemplo n.º 1
0
 /// <summary>
 /// Returns the count of tables
 /// </summary>
 /// <returns></returns>
 public int GetTableCount()
 {
     return(db.GetTableCount());
 }