Example #1
0
 partial void DeletePlatformerScore(PlatformerScore instance);
Example #2
0
 partial void InsertPlatformerScore(PlatformerScore instance);
Example #3
0
 partial void UpdatePlatformerScore(PlatformerScore instance);
Example #4
0
 private void detach_PlatformerScores(PlatformerScore entity)
 {
     this.SendPropertyChanging();
     entity.UserInfo = null;
 }