Is there any way to count the total number of records in a table?
Is there any way to count the total number of records in a specific table? It doesn't have to have a certain field, I just want to count the total number of records.I have already tried to use the following, but neither of them worked:var count = new...