No support for "Owned Entity Types" ?
No support for "Owned Entity Types" ?
We get a strange error.
Value cannot be null. (Parameter 'property')
Code
dbContext.Parents.Where(p=> p.Child.CategoryId == 1)
.Update(p=> new Parent()
{
Child= new Child()
{
CategoryId = 4
}
});
Version : Z.EntityFramework.Plus.EFCore 2.0.32
Hello @tdolgyras ,
We will look at it.
We are currently reviewing how we handle the model to better support Owned and Owned Collections.
So we will check if we can make a quick fix for it or if we should wait we complete the code re-write for the model.
Best Regards,
Jon
Performance Libraries
context.BulkInsert(list, options => options.BatchSize = 1000);
Entity Framework Extensions • Entity Framework Classic • Bulk Operations • Dapper Plus
Runtime Evaluation
Eval.Execute("x + y", new {x = 1, y = 2}); // return 3
C# Eval Function • SQL Eval Function
Hello @tdolgyras ,
Just to let you know that no quick fix will be done as my developer didn't succeed to find a solution on time.
However, we are currently re-writing our code for the model at this moment. So we will certainly try to look at it as soon as we complete it since that will be part of our unit testing.
We cannot provide any estimate at this moment.