コード例 #1
0
 partial void DeleteMG_Score(MG_Score instance);
コード例 #2
0
 partial void UpdateMG_Score(MG_Score instance);
コード例 #3
0
 private void detach_MG_Scores(MG_Score entity)
 {
     this.SendPropertyChanging();
     entity.MG_User = null;
 }
コード例 #4
0
 partial void InsertMG_Score(MG_Score instance);
コード例 #5
0
 private void attach_MG_Scores(MG_Score entity)
 {
     this.SendPropertyChanging();
     entity.MG_User = this;
 }