Exemplo n.º 1
0
 public int rowCount(string searchstr)
 {
     return(StudentTable.rowCount(searchstr));
 }
Exemplo n.º 2
0
 public int rowCount()
 {
     return(StudentTable.rowCount());
 }