Example #1
0
 private void detach_SARFPersons(SARFPersons entity)
 {
     this.SendPropertyChanging();
     entity.SARF = null;
 }
Example #2
0
 private void attach_SARFPersons(SARFPersons entity)
 {
     this.SendPropertyChanging();
     entity.SARF = this;
 }
Example #3
0
partial         void InsertSARFPersons(SARFPersons instance);
Example #4
0
partial         void UpdateSARFPersons(SARFPersons instance);
Example #5
0
partial         void DeleteSARFPersons(SARFPersons instance);