Z
zleug
Guest
Hi All.
I populated ComboBox by lambda EF table:
List<string> deps = context.Tables1.Select(a => a.DepartmentName).Distinct().ToList();
How to modify that code to add empty row?
Thanks.
Continue reading...
I populated ComboBox by lambda EF table:
List<string> deps = context.Tables1.Select(a => a.DepartmentName).Distinct().ToList();
How to modify that code to add empty row?
Thanks.
Continue reading...