コード例 #1
0
 partial void Deletetbl_Loai(tbl_Loai instance);
コード例 #2
0
 partial void Updatetbl_Loai(tbl_Loai instance);
コード例 #3
0
 private void detach_tbl_Loais(tbl_Loai entity)
 {
     this.SendPropertyChanging();
     entity.tbl_Nhom = null;
 }
コード例 #4
0
 partial void Inserttbl_Loai(tbl_Loai instance);
コード例 #5
0
 private void attach_tbl_Loais(tbl_Loai entity)
 {
     this.SendPropertyChanging();
     entity.tbl_Nhom = this;
 }