private void detach_PartVideos(PartVideo entity) { this.SendPropertyChanging(); entity.videoType = null; }
private void attach_PartVideos(PartVideo entity) { this.SendPropertyChanging(); entity.Part = this; }
partial void UpdatePartVideo(PartVideo instance);
partial void DeletePartVideo(PartVideo instance);
partial void InsertPartVideo(PartVideo instance);