コード例 #1
0
 partial void DeleteSach(Sach instance);
コード例 #2
0
 partial void UpdateSach(Sach instance);
コード例 #3
0
 private void detach_Saches(Sach entity)
 {
     this.SendPropertyChanging();
     entity.NXB = null;
 }
コード例 #4
0
 partial void InsertSach(Sach instance);
コード例 #5
0
 private void attach_Saches(Sach entity)
 {
     this.SendPropertyChanging();
     entity.NXB = this;
 }