コード例 #1
0
		private void detach_Grades(Grade entity)
		{
			this.SendPropertyChanging();
			entity.Faculty = null;
		}
コード例 #2
0
 partial void DeleteGrade(Grade instance);
コード例 #3
0
		private void attach_Grades(Grade entity)
		{
			this.SendPropertyChanging();
			entity.Faculty = this;
		}
コード例 #4
0
 partial void UpdateGrade(Grade instance);
コード例 #5
0
 partial void InsertGrade(Grade instance);
コード例 #6
0
		private void attach_Grades(Grade entity)
		{
			this.SendPropertyChanging();
			entity.Course = this;
		}
コード例 #7
0
		private void detach_Grades(Grade entity)
		{
			this.SendPropertyChanging();
			entity.StudentInfo = null;
		}
コード例 #8
0
		private void attach_Grades(Grade entity)
		{
			this.SendPropertyChanging();
			entity.StudentInfo = this;
		}