private void detach_PickItems(PickItem entity) { this.SendPropertyChanging(); entity.PickList = null; }
private void attach_PickItems(PickItem entity) { this.SendPropertyChanging(); entity.PickList = this; }
partial void UpdatePickItem(PickItem instance);
partial void DeletePickItem(PickItem instance);
partial void InsertPickItem(PickItem instance);