/// <summary> /// Returns the number of entities of the current type /// </summary> public int Count(string query) { return(_conn.Count(query)); }