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