예제 #1
0
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from CHITIET_HOADON", CommandType.Text));
 }
예제 #2
0
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from CATEGORY_SACH", CommandType.Text));
 }
예제 #3
0
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from CUSTOMER", CommandType.Text));
 }
예제 #4
0
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from HINHANH_LAPTOP", CommandType.Text));
 }
예제 #5
0
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from DIENTHOAI", CommandType.Text));
 }
예제 #6
0
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from THOITRANG", CommandType.Text));
 }
 public DataSet GetData()
 {
     return(db.ExecuteQueryDataSet("select * from CATEGORY_DIENTHOAI_TABLET", CommandType.Text));
 }