Iterate over Entity Framework object properties – Asp.net
I have a table "StaffMembers" that have columns indicating the number of days worked in a month, the properties in the model are as follows: public class StaffMember { public int Id { get; set; } public string Name {…