I have the following (simplified) table
public class Door { public int Id { get; set; } public bool Locked { get; set; } }
Now the pr