示例#1
0
            public tbRomaneiosSecundariosRow AddtbRomaneiosSecundariosRow(int nIdExportador, string strIdPE, int nIdTipo, int nIdRelatorio)
            {
                tbRomaneiosSecundariosRow rowtbRomaneiosSecundariosRow = ((tbRomaneiosSecundariosRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    nIdExportador,
                    strIdPE,
                    nIdTipo,
                    nIdRelatorio
                };
                rowtbRomaneiosSecundariosRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtbRomaneiosSecundariosRow);
                return(rowtbRomaneiosSecundariosRow);
            }
示例#2
0
 public tbRomaneiosSecundariosRowChangeEvent(tbRomaneiosSecundariosRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#3
0
 public void RemovetbRomaneiosSecundariosRow(tbRomaneiosSecundariosRow row)
 {
     this.Rows.Remove(row);
 }
示例#4
0
 public void AddtbRomaneiosSecundariosRow(tbRomaneiosSecundariosRow row)
 {
     this.Rows.Add(row);
 }