Esempio n. 1
0
 private void detach_BBSNote(BBSNote entity)
 {
     this.SendPropertyChanging();
     entity.Users = null;
 }
Esempio n. 2
0
 private void attach_BBSNote(BBSNote entity)
 {
     this.SendPropertyChanging();
     entity.Users = this;
 }
Esempio n. 3
0
 partial void UpdateBBSNote(BBSNote instance);
Esempio n. 4
0
 partial void DeleteBBSNote(BBSNote instance);
Esempio n. 5
0
 partial void InsertBBSNote(BBSNote instance);