我在窗口表格清单箱中找不到一个选定的项目。 我的藏有“个人”和“第一民族”。 我不想把“个人信息”列入名单上,只列出个人姓名,但当我从名单上挑选一个人时,我如何知道该身份?
public int PersonID { get; set; }
public string FirstName { get; set; }
I know i can compare the "FirstName " in the collection but that´s not good enough if the name is the same as another persons. How do i solve this?