コード例 #1
0
 partial void DeleteStudent_Phone(Student_Phone instance);
コード例 #2
0
 partial void UpdateStudent_Phone(Student_Phone instance);
コード例 #3
0
		private void detach_Student_Phones(Student_Phone entity)
		{
			this.SendPropertyChanging();
			entity.Student = null;
		}
コード例 #4
0
 partial void InsertStudent_Phone(Student_Phone instance);
コード例 #5
0
		private void attach_Student_Phones(Student_Phone entity)
		{
			this.SendPropertyChanging();
			entity.Student = this;
		}