Exemple #1
0
 partial void DeleteSTUDENT(STUDENT instance);
Exemple #2
0
 partial void InsertSTUDENT(STUDENT instance);
Exemple #3
0
 partial void UpdateSTUDENT(STUDENT instance);
Exemple #4
0
 private void detach_STUDENTs(STUDENT entity)
 {
     this.SendPropertyChanging();
     entity.University = null;
 }