Esempio n. 1
0
 private void detach_T_Messages(T_Message entity)
 {
     this.SendPropertyChanging();
     entity.T_Room = null;
 }
Esempio n. 2
0
 private void attach_T_Messages(T_Message entity)
 {
     this.SendPropertyChanging();
     entity.T_Room = this;
 }
Esempio n. 3
0
 partial void UpdateT_Message(T_Message instance);
Esempio n. 4
0
 partial void DeleteT_Message(T_Message instance);
Esempio n. 5
0
 partial void InsertT_Message(T_Message instance);