public materialattachmentRow AddmaterialattachmentRow(string PROJECTID, string SPOOLNAME, string SYSTEMID, string SYSTEMNAME, string PIPEGRADE, string SURFACETREATMENT, string PRESSURETESTFIELD, string PIPECHECKFIELD, string SPOOLWEIGHT, string DRAWINGNO, string BLOCKNO, string ERPCODE, string MATERIALNAME, string AMOUNT)
            {
                materialattachmentRow rowmaterialattachmentRow = ((materialattachmentRow)(this.NewRow()));

                rowmaterialattachmentRow.ItemArray = new object[] {
                    PROJECTID,
                    SPOOLNAME,
                    SYSTEMID,
                    SYSTEMNAME,
                    PIPEGRADE,
                    SURFACETREATMENT,
                    PRESSURETESTFIELD,
                    PIPECHECKFIELD,
                    SPOOLWEIGHT,
                    DRAWINGNO,
                    BLOCKNO,
                    ERPCODE,
                    MATERIALNAME,
                    AMOUNT
                };
                this.Rows.Add(rowmaterialattachmentRow);
                return(rowmaterialattachmentRow);
            }
 public materialattachmentRowChangeEvent(materialattachmentRow row, System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void RemovematerialattachmentRow(materialattachmentRow row) {
     this.Rows.Remove(row);
 }
 public void AddmaterialattachmentRow(materialattachmentRow row) {
     this.Rows.Add(row);
 }
 public void RemovematerialattachmentRow(materialattachmentRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddmaterialattachmentRow(materialattachmentRow row)
 {
     this.Rows.Add(row);
 }
 public materialattachmentRowChangeEvent(materialattachmentRow row, System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }