TheKemo
TheKemo
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
Thanks for helping 👍
16 replies
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
Im gonna leave this open if someone with another idea comes along.
16 replies
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
Right now im using that approach but it feels whacky, the chance of me forgetting to fetch in another feature could happen
16 replies
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
When saving the document, will create the stock Movements that are inside the product
16 replies
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
For example the document class has property that will define the type of Price of product will use. Product was 3 type of Price - Price - LastPrice (Calculated) - AveragePrice (Calculated)
16 replies
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
But i need the ChangeTracker track my product Entity . If i do the .Select() i lose the tracking
16 replies
CC#
Created by TheKemo on 7/9/2024 in #help
Calculated Properties with EF Core
Thanks for reply
16 replies