1
Good afternoon.
I have a list of the Project class The Project class has the properties:
public string ID { get; set; }
public string Nome_Usuario { get; set; }
public string Nome_Projeto { get; set; }
In this list I can have the same ID, User name and Project name repeatedly.
Example
The name João with ID = 1 appears several times in my class, with it I can use the value of the PROJECT field to update other records that is not the case.
Now I can’t use the Marcos registry because it participates in two different projects and cannot be used in my upgrade.
What is the doubt?
– novic
How can I have the control to update or not the value of the PROJECT field following the above mentioned rules.
– Junior Torres
Several times would be greater than or equal to 2 equal projects for each ID?
– novic
yes. I can have the same record several times with different projects
– Junior Torres
I still don’t understand what you want to do. Can you explain what you want to do and what your question is otherwise? Maybe the problem is my lack of interpretation, I don’t know...
– StanleyIPC