IsNew and IsDirty

Posts   
 
    
VanasisB
User
Posts: 1
Joined: 22-Sep-2023
# Posted on: 22-Sep-2023 21:21:39   

Can we use IsNew and IsDirty Methods in EF Core orm? or we need to use LLBLGEN Runtime

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39625
Joined: 17-Aug-2003
# Posted on: 23-Sep-2023 09:01:22   

Those are properties of our runtime. EF Core is a different runtime altogether. For EF Core runtime documentation, please check: https://learn.microsoft.com/en-us/ef/core/

Frans Bouma | Lead developer LLBLGen Pro