コード例 #1
0
 private void detach_Ducks(Duck entity)
 {
     this.SendPropertyChanging();
     entity.Prize = null;
 }
コード例 #2
0
 private void attach_Ducks(Duck entity)
 {
     this.SendPropertyChanging();
     entity.Prize = this;
 }
コード例 #3
0
 partial void UpdateDuck(Duck instance);
コード例 #4
0
 partial void DeleteDuck(Duck instance);
コード例 #5
0
 partial void InsertDuck(Duck instance);