Example #1
0
 public int GetCountRows()
 {
     dbf.RefreshRecordsCount();
     return(dbf.GetCountRows);
 }