Esempio n. 1
0
            public tabZfxmqdRow AddtabZfxmqdRow(string xh, string zfxmmc, decimal sl, decimal dj, decimal zfbl, decimal zfje, string jsqm, string bz1, string bz2, string bz3, string bz4, string bz5, string bz6, string bz7)
            {
                tabZfxmqdRow rowtabZfxmqdRow = ((tabZfxmqdRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    xh,
                    zfxmmc,
                    sl,
                    dj,
                    zfbl,
                    zfje,
                    jsqm,
                    bz1,
                    bz2,
                    bz3,
                    bz4,
                    bz5,
                    bz6,
                    bz7
                };
                rowtabZfxmqdRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtabZfxmqdRow);
                return(rowtabZfxmqdRow);
            }
Esempio n. 2
0
 public tabZfxmqdRowChangeEvent(tabZfxmqdRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void RemovetabZfxmqdRow(tabZfxmqdRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void AddtabZfxmqdRow(tabZfxmqdRow row)
 {
     this.Rows.Add(row);
 }