コード例 #1
0
 partial void DeleteMstStudent(MstStudent instance);
コード例 #2
0
 partial void InsertMstStudent(MstStudent instance);
コード例 #3
0
 partial void UpdateMstStudent(MstStudent instance);
コード例 #4
0
 private void detach_MstStudents(MstStudent entity)
 {
     this.SendPropertyChanging();
     entity.MstCourse = null;
 }