private void detach_CodeMasters(CodeMaster entity) { this.SendPropertyChanging(); entity.PartTerminology = null; }
private void detach_CodeMasters(CodeMaster entity) { this.SendPropertyChanging(); entity.Category = null; }
partial void DeleteCodeMaster(CodeMaster instance);
partial void UpdateCodeMaster(CodeMaster instance);
partial void InsertCodeMaster(CodeMaster instance);
private void detach_CodeMasters(CodeMaster entity) { this.SendPropertyChanging(); entity.Position = null; }
private void attach_CodeMasters(CodeMaster entity) { this.SendPropertyChanging(); entity.Subcategory = this; }