You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using _DbContext As New FxCorePrints(DbOptionBuilder.Options)
_DbContext.Entry(serverPrintGroup).CurrentValues.SetValues(PrintGroupEntity)
_DbContext.Update(serverPrintGroup)
_DbContext.SaveChanges()
NLOGLOGGER.Debug("PrintGroup is successfull modiefied in database")
End Using
But when i have a new nested entity in PrintGroupEntity, then only the first level of properties will be modified - but not the added subentity
I have a Many:Many Join between Print and PrintGroup
The text was updated successfully, but these errors were encountered:
My code for update is following:
But when i have a new nested entity in
PrintGroupEntity
, then only the first level of properties will be modified - but not the added subentityI have a Many:Many Join between
Print
andPrintGroup
The text was updated successfully, but these errors were encountered: