private void detach_TagPresentationLinks(TagPresentationLink entity) { this.SendPropertyChanging(); entity.Tag = null; }
partial void DeleteTagPresentationLink(TagPresentationLink instance);
partial void InsertTagPresentationLink(TagPresentationLink instance);
partial void UpdateTagPresentationLink(TagPresentationLink instance);
private void attach_TagPresentationLinks(TagPresentationLink entity) { this.SendPropertyChanging(); entity.Presentation = this; }