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