private void detach_ImageTags(ImageTag entity) { this.SendPropertyChanging(); entity.Tag1 = null; }
private void attach_ImageTags(ImageTag entity) { this.SendPropertyChanging(); entity.Tag1 = this; }
partial void UpdateImageTag(ImageTag instance);
partial void DeleteImageTag(ImageTag instance);
partial void InsertImageTag(ImageTag instance);