Example #1
0
 partial void DeleteNoteFile(NoteFile instance);
Example #2
0
 partial void UpdateNoteFile(NoteFile instance);
Example #3
0
 private void detach_NoteFiles(NoteFile entity)
 {
     this.SendPropertyChanging();
     entity.Note = null;
 }
Example #4
0
 partial void InsertNoteFile(NoteFile instance);
Example #5
0
 private void attach_NoteFiles(NoteFile entity)
 {
     this.SendPropertyChanging();
     entity.Note = this;
 }