Example #1
0
 private void detach_game_tbls1(game_tbl entity)
 {
     this.SendPropertyChanging();
     entity.team_tbl1 = null;
 }
Example #2
0
 private void attach_game_tbls(game_tbl entity)
 {
     this.SendPropertyChanging();
     entity.team_tbl = this;
 }
Example #3
0
 partial void Updategame_tbl(game_tbl instance);
Example #4
0
 partial void Deletegame_tbl(game_tbl instance);
Example #5
0
 partial void Insertgame_tbl(game_tbl instance);