コード例 #1
0
 private void detach_Attends(Attend entity)
 {
     this.SendPropertyChanging();
     entity.Group = null;
 }
コード例 #2
0
 private void attach_Attends(Attend entity)
 {
     this.SendPropertyChanging();
     entity.Group = this;
 }
コード例 #3
0
 partial void UpdateAttend(Attend instance);
コード例 #4
0
 partial void DeleteAttend(Attend instance);
コード例 #5
0
 partial void InsertAttend(Attend instance);