private void detach_ToolImages(ToolImage entity) { this.SendPropertyChanging(); entity.Tool = null; }
private void attach_ToolImages(ToolImage entity) { this.SendPropertyChanging(); entity.Tool = this; }
partial void UpdateToolImage(ToolImage instance);
partial void DeleteToolImage(ToolImage instance);
partial void InsertToolImage(ToolImage instance);