コード例 #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.loai = null;
 }
コード例 #4
0
 partial void Insertsach(sach instance);
コード例 #5
0
 private void attach_saches(sach entity)
 {
     this.SendPropertyChanging();
     entity.loai = this;
 }