Example #1
0
 private void detach_SessionLinks(SessionLink entity)
 {
     this.SendPropertyChanging();
     entity.Session = null;
 }
Example #2
0
 private void attach_SessionLinks(SessionLink entity)
 {
     this.SendPropertyChanging();
     entity.Session = this;
 }
Example #3
0
 partial void UpdateSessionLink(SessionLink instance);
Example #4
0
 partial void DeleteSessionLink(SessionLink instance);
Example #5
0
 partial void InsertSessionLink(SessionLink instance);