private void detach_IncludedParts(IncludedPart entity) { this.SendPropertyChanging(); entity.ParentPart = null; }
partial void UpdateIncludedPart(IncludedPart instance);
partial void DeleteIncludedPart(IncludedPart instance);
partial void InsertIncludedPart(IncludedPart instance);