private void detach_schedules(schedule entity) { this.SendPropertyChanging(); entity.room = null; }
private void attach_schedules(schedule entity) { this.SendPropertyChanging(); entity.room = this; }
partial void Updateschedule(schedule instance);
partial void Deleteschedule(schedule instance);
partial void Insertschedule(schedule instance);