Beispiel #1
0
 private void detach_Comments(Comment entity)
 {
     this.SendPropertyChanging();
     entity.Event = null;
 }
Beispiel #2
0
 private void attach_Comments(Comment entity)
 {
     this.SendPropertyChanging();
     entity.Event = this;
 }
Beispiel #3
0
 partial void UpdateComment(Comment instance);
Beispiel #4
0
 partial void DeleteComment(Comment instance);
Beispiel #5
0
 partial void InsertComment(Comment instance);