Exemplo n.º 1
0
            public tbExportadoresVolumesRow AddtbExportadoresVolumesRow(int idExportador, int nIdVolume, string strDescricaoPopular)
            {
                tbExportadoresVolumesRow rowtbExportadoresVolumesRow = ((tbExportadoresVolumesRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    idExportador,
                    nIdVolume,
                    strDescricaoPopular
                };
                rowtbExportadoresVolumesRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtbExportadoresVolumesRow);
                return(rowtbExportadoresVolumesRow);
            }
Exemplo n.º 2
0
 public tbExportadoresVolumesRowChangeEvent(tbExportadoresVolumesRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void RemovetbExportadoresVolumesRow(tbExportadoresVolumesRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void AddtbExportadoresVolumesRow(tbExportadoresVolumesRow row)
 {
     this.Rows.Add(row);
 }