コード例 #1
0
 private void detach_BaiViets(BaiViet entity)
 {
     this.SendPropertyChanging();
     entity.LoaiBaiViet = null;
 }
コード例 #2
0
 private void attach_BaiViets(BaiViet entity)
 {
     this.SendPropertyChanging();
     entity.LoaiBaiViet = this;
 }
コード例 #3
0
 partial void UpdateBaiViet(BaiViet instance);
コード例 #4
0
 partial void DeleteBaiViet(BaiViet instance);
コード例 #5
0
 partial void InsertBaiViet(BaiViet instance);