Hi,@Arnaud Boussaer. Welcome to Microsoft Q&A.
Currently, there seems to be no good way to directly monitor changes in KolomMetadata
and modify the State
through configuration. You could manually modify the State
when modifying KolomMetadata
.
project.KolomMetadata.First().SomeDate = DateTime.Now;
_dbContext.Entry(project).State = EntityState.Modified;
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.