コード例 #1
0
 partial void DeleteCourseAbbreviation(CourseAbbreviation instance);
コード例 #2
0
 partial void InsertCourseAbbreviation(CourseAbbreviation instance);
コード例 #3
0
 partial void UpdateCourseAbbreviation(CourseAbbreviation instance);
コード例 #4
0
		private void detach_CourseAbbreviations(CourseAbbreviation entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}