示例#1
0
 partial void DeleteStudentIB(StudentIB instance);
示例#2
0
 partial void InsertStudentIB(StudentIB instance);
示例#3
0
 partial void UpdateStudentIB(StudentIB instance);
示例#4
0
 private void detach_StudentIBs(StudentIB entity)
 {
     this.SendPropertyChanging();
     entity.HomeroomIB = null;
 }