partial void DeleteTag(Tag instance);
partial void UpdateTag(Tag instance);
private void detach_Tags(Tag entity) { this.SendPropertyChanging(); entity.ContentItem = null; }
partial void InsertTag(Tag instance);
private void attach_Tags(Tag entity) { this.SendPropertyChanging(); entity.ContentItem = this; }