private void detach_Employees(Employee entity) { this.SendPropertyChanging(); entity.Budget = null; }
private void attach_Employees(Employee entity) { this.SendPropertyChanging(); entity.Budget = this; }
private void detach_Employees(Employee entity) { this.SendPropertyChanging(); entity.SecurityTrustee = null; }
partial void DeleteEmployee(Employee instance);
partial void UpdateEmployee(Employee instance);
partial void InsertEmployee(Employee instance);