예제 #1
0
 public int rowCount(string searchstr)
 {
     return(StudentTable.rowCount(searchstr));
 }
예제 #2
0
 public int rowCount()
 {
     return(StudentTable.rowCount());
 }