Exemple #1
0
            public QUYENSACHRow AddQUYENSACHRow(string MSSACH, string TENSACH, string TACGIA, string MSNHAXB, string MALOAISACH, string NAMXB, string LANXB, int SOLUONG, string NOIDUNGTOMLUOC)
            {
                QUYENSACHRow rowQUYENSACHRow = ((QUYENSACHRow)(this.NewRow()));

                rowQUYENSACHRow.ItemArray = new object[] {
                    MSSACH,
                    TENSACH,
                    TACGIA,
                    MSNHAXB,
                    MALOAISACH,
                    NAMXB,
                    LANXB,
                    SOLUONG,
                    NOIDUNGTOMLUOC
                };
                this.Rows.Add(rowQUYENSACHRow);
                return(rowQUYENSACHRow);
            }
Exemple #2
0
 public QUYENSACHRowChangeEvent(QUYENSACHRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void RemoveQUYENSACHRow(QUYENSACHRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void AddQUYENSACHRow(QUYENSACHRow row)
 {
     this.Rows.Add(row);
 }
Exemple #5
0
 public QUYENSACHRowChangeEvent(QUYENSACHRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }