partial void DeleteContentNesting(ContentNesting instance);
partial void InsertContentNesting(ContentNesting instance);
partial void UpdateContentNesting(ContentNesting instance);
private void detach_ContentNestings(ContentNesting entity) { this.SendPropertyChanging(); entity.ContentPage = null; }