Lucho
Lucho
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
u mean id be getting "Nombre" and "Apellido" as elements as well?
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
or how do i get all the Cliente with the same dni
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
or something like that?
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
can i use like a foreach(xElement element in docxml.Descendants("Cliente"){}
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
that makes sense
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
does it delete all the descendants from clients with the cliente.dni ?
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
if i remove the FirstOrDefault thing
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
one last question tho
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
ty
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
hmm alright i think im getting it
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
its just part of the syntax
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
so i dont need to declare the variable x right?
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
hmm ok
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
whats x
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
FirstOrDefault(x => Convert.ToInt32(x.Element("DNI").Value) == cliente.dni);
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
and how does this work
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
how
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
inside Cliente?
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
descendant takes all the elements?
36 replies
CC#
Created by Lucho on 11/14/2023 in #help
Can someone explain to me how this works
so
36 replies