private void detach_CourseInstructors(CourseInstructor entity) { this.SendPropertyChanging(); entity.Person = null; }
partial void UpdateCourseInstructor(CourseInstructor instance);
partial void DeleteCourseInstructor(CourseInstructor instance);
private void attach_CourseInstructors(CourseInstructor entity) { this.SendPropertyChanging(); entity.Course = this; }
partial void InsertCourseInstructor(CourseInstructor instance);