コード例 #1
0
 private void detach_DeptStkOutDets(DeptStkOutDet entity)
 {
     this.SendPropertyChanging("DeptStkOutDets");
     entity.PrdMst = null;
 }
コード例 #2
0
 private void attach_DeptStkOutDets(DeptStkOutDet entity)
 {
     this.SendPropertyChanging("DeptStkOutDets");
     entity.Prd = this;
 }
コード例 #3
0
 partial void UpdateDeptStkOutDet(DeptStkOutDet instance);
コード例 #4
0
 partial void DeleteDeptStkOutDet(DeptStkOutDet instance);
コード例 #5
0
 partial void InsertDeptStkOutDet(DeptStkOutDet instance);