示例#1
0
 /// <summary>
 /// Load toàn bộ dữ liệu trong bảng
 /// </summary>
 public void GetAllData()
 {
     dsDataSource.Tables[TableMasterName].Rows.Clear();
     oDLBase.GetAllData(dsDataSource, TableMasterName);
 }