Example #1
0
 private void detach_FILEs(FILE entity)
 {
     this.SendPropertyChanging();
     entity.USER = null;
 }
Example #2
0
 private void attach_FILEs(FILE entity)
 {
     this.SendPropertyChanging();
     entity.USER = this;
 }
Example #3
0
 partial void UpdateFILE(FILE instance);
Example #4
0
 partial void DeleteFILE(FILE instance);
Example #5
0
 partial void InsertFILE(FILE instance);