Beispiel #1
0
            public dtBCThuTienTheGTRow AdddtBCThuTienTheGTRow(string MaKhachHang, string TenKhachHang, string MaTheGiamGia, double GiaTriThe, System.DateTime NgayThu)
            {
                dtBCThuTienTheGTRow rowdtBCThuTienTheGTRow = ((dtBCThuTienTheGTRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    MaKhachHang,
                    TenKhachHang,
                    MaTheGiamGia,
                    GiaTriThe,
                    NgayThu
                };
                rowdtBCThuTienTheGTRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowdtBCThuTienTheGTRow);
                return(rowdtBCThuTienTheGTRow);
            }
Beispiel #2
0
 public dtBCThuTienTheGTRowChangeEvent(dtBCThuTienTheGTRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 public void RemovedtBCThuTienTheGTRow(dtBCThuTienTheGTRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 public void AdddtBCThuTienTheGTRow(dtBCThuTienTheGTRow row)
 {
     this.Rows.Add(row);
 }