コード例 #1
0
 private void detach_BlizzAreas(BlizzArea entity)
 {
     this.SendPropertyChanging("BlizzAreas");
     entity.Region = null;
 }
コード例 #2
0
 private void attach_BlizzAreas(BlizzArea entity)
 {
     this.SendPropertyChanging("BlizzAreas");
     entity.Language = this;
 }
コード例 #3
0
 partial void UpdateBlizzArea(BlizzArea instance);
コード例 #4
0
 partial void DeleteBlizzArea(BlizzArea instance);
コード例 #5
0
 partial void InsertBlizzArea(BlizzArea instance);