コード例 #1
0
 private void detach_DeptStkOuts1(DeptStkOut entity)
 {
     this.SendPropertyChanging("DeptStkOuts1");
     entity.Dept1 = null;
 }
コード例 #2
0
 private void attach_DeptStkOuts(DeptStkOut entity)
 {
     this.SendPropertyChanging("DeptStkOuts");
     entity.Dept = this;
 }
コード例 #3
0
 private void detach_DeptStkOuts(DeptStkOut entity)
 {
     this.SendPropertyChanging("DeptStkOuts");
     entity.Prd = null;
 }
コード例 #4
0
 partial void DeleteDeptStkOut(DeptStkOut instance);
コード例 #5
0
 partial void UpdateDeptStkOut(DeptStkOut instance);
コード例 #6
0
 partial void InsertDeptStkOut(DeptStkOut instance);