R
roberta
I've this code
Dipendente myDipendente = new Dipendente();
myDipendente = DipendenteManager.GetItem(IDDipendente, true,
true, true, true);
Now in
myDipendente.Elenco I've an ElencoCollection
Now I would like to verify if in my collection (Elenco) there is, for
the field Elenco.ID the value 10... is it possible?
Thanks
Dipendente myDipendente = new Dipendente();
myDipendente = DipendenteManager.GetItem(IDDipendente, true,
true, true, true);
Now in
myDipendente.Elenco I've an ElencoCollection
Now I would like to verify if in my collection (Elenco) there is, for
the field Elenco.ID the value 10... is it possible?
Thanks