コード例 #1
0
		private void detach_CourseInstructors(CourseInstructor entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
コード例 #2
0
 partial void UpdateCourseInstructor(CourseInstructor instance);
コード例 #3
0
 partial void DeleteCourseInstructor(CourseInstructor instance);
コード例 #4
0
		private void attach_CourseInstructors(CourseInstructor entity)
		{
			this.SendPropertyChanging();
			entity.Course = this;
		}
コード例 #5
0
 partial void InsertCourseInstructor(CourseInstructor instance);
コード例 #6
0
 private void detach_CourseInstructors(CourseInstructor entity)
 {
     this.SendPropertyChanging();
     entity.Person = null;
 }
コード例 #7
0
 partial void DeleteCourseInstructor(CourseInstructor instance);
コード例 #8
0
 partial void UpdateCourseInstructor(CourseInstructor instance);
コード例 #9
0
 partial void InsertCourseInstructor(CourseInstructor instance);
コード例 #10
0
 private void attach_CourseInstructors(CourseInstructor entity)
 {
     this.SendPropertyChanging();
     entity.Course = this;
 }