Пример #1
0
            public tbReservasRow AddtbReservasRow(int nIdExportador, string strIdPe, int nIdRelatorio, System.DateTime dtEmissao, string mstrObservacao, int nImpressoes, int nIdAssinatura, string strNumero, string strFormatDateEmissao)
            {
                tbReservasRow rowtbReservasRow = ((tbReservasRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    nIdExportador,
                    strIdPe,
                    nIdRelatorio,
                    dtEmissao,
                    mstrObservacao,
                    nImpressoes,
                    nIdAssinatura,
                    strNumero,
                    strFormatDateEmissao
                };
                rowtbReservasRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowtbReservasRow);
                return(rowtbReservasRow);
            }
Пример #2
0
 public tbReservasRowChangeEvent(tbReservasRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void RemovetbReservasRow(tbReservasRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void AddtbReservasRow(tbReservasRow row)
 {
     this.Rows.Add(row);
 }