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