Exemple #1
0
 private void detach_Person(Person entity)
 {
     this.SendPropertyChanging();
     entity.Company = null;
 }
Exemple #2
0
 private void attach_Person(Person entity)
 {
     this.SendPropertyChanging();
     entity.Company = this;
 }
partial         void InsertPerson(Person instance);
partial         void UpdatePerson(Person instance);
partial         void DeletePerson(Person instance);