private void detach_Emps(Emp entity) { this.SendPropertyChanging(); entity.Emp1 = null; }
private void attach_Emps(Emp entity) { this.SendPropertyChanging(); entity.Emp1 = this; }
partial void UpdateEmp(Emp instance);
partial void DeleteEmp(Emp instance);
partial void InsertEmp(Emp instance);