Example #1
0
 partial void DeleteGameView(GameView instance);
Example #2
0
 partial void UpdateGameView(GameView instance);
Example #3
0
 private void detach_GameViews(GameView entity)
 {
     this.SendPropertyChanging();
     entity.Player = null;
 }
Example #4
0
 partial void InsertGameView(GameView instance);
Example #5
0
 private void attach_GameViews(GameView entity)
 {
     this.SendPropertyChanging();
     entity.Player = this;
 }