Example #1
0
 partial void DeleteFlagNeighbour(FlagNeighbour instance);
Example #2
0
 partial void UpdateFlagNeighbour(FlagNeighbour instance);
Example #3
0
 private void detach_FlagNeighbours1(FlagNeighbour entity)
 {
     this.SendPropertyChanging();
     entity.Country1 = null;
 }
Example #4
0
 partial void InsertFlagNeighbour(FlagNeighbour instance);
Example #5
0
 private void attach_FlagNeighbours(FlagNeighbour entity)
 {
     this.SendPropertyChanging();
     entity.Country = this;
 }