private void detach_Records(Records entity) { this.SendPropertyChanging(); entity.Languages = null; }
private void attach_Records(Records entity) { this.SendPropertyChanging(); entity.Languages = this; }
private void detach_Records(Records entity) { this.SendPropertyChanging(); entity.Environments = null; }
partial void DeleteRecords(Records instance);
partial void UpdateRecords(Records instance);
partial void InsertRecords(Records instance);