public tpu_ComprobantesRelacionOrigenDestinoRow Addtpu_ComprobantesRelacionOrigenDestinoRow(string IdComprobanteOrigen, string IdComprobanteDestino, long IdOrdinalOrigen, long IdOrdinalDestino, System.Decimal Cantidad, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tpu_ComprobantesRelacionOrigenDestinoRow rowtpu_ComprobantesRelacionOrigenDestinoRow = ((tpu_ComprobantesRelacionOrigenDestinoRow)(this.NewRow()));

                rowtpu_ComprobantesRelacionOrigenDestinoRow.ItemArray = new object[] {
                    IdComprobanteOrigen,
                    IdComprobanteDestino,
                    IdOrdinalOrigen,
                    IdOrdinalDestino,
                    Cantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    null
                };
                this.Rows.Add(rowtpu_ComprobantesRelacionOrigenDestinoRow);
                return(rowtpu_ComprobantesRelacionOrigenDestinoRow);
            }
 public tpu_ComprobantesRelacionOrigenDestinoRowChangeEvent(tpu_ComprobantesRelacionOrigenDestinoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetpu_ComprobantesRelacionOrigenDestinoRow(tpu_ComprobantesRelacionOrigenDestinoRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtpu_ComprobantesRelacionOrigenDestinoRow(tpu_ComprobantesRelacionOrigenDestinoRow row)
 {
     this.Rows.Add(row);
 }