partial void DeletePropertyTargetValue(PropertyTargetValue instance);
partial void UpdatePropertyTargetValue(PropertyTargetValue instance);
partial void InsertPropertyTargetValue(PropertyTargetValue instance);
private void detach_PropertyTargetValue(PropertyTargetValue entity) { this.SendPropertyChanging(); entity.PropertiesHolder = null; }
private void detach_PropertyTargetValue(PropertyTargetValue entity) { this.SendPropertyChanging(); entity.DicPropertyKind = null; }
partial void InsertPropertyTargetValue(PropertyTargetValue ptv) { var PropertyHistory = PropertyTargetValue.Where(p => p.PropertyHolderId == ptv.PropertyHolderId && p.PropertyKindId == ptv.PropertyKindId); InsertContinuousIntoSequence(ptv, PropertyHistory); ExecuteDynamicInsert(ptv); }