partial void DeleteRVS_Export(RVS_Export instance);
partial void UpdateRVS_Export(RVS_Export instance);
private void detach_RVS_Exports(RVS_Export entity) { this.SendPropertyChanging(); entity.RVS_Property = null; }
partial void InsertRVS_Export(RVS_Export instance);
private void attach_RVS_Exports(RVS_Export entity) { this.SendPropertyChanging(); entity.RVS_Property = this; }