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
In this way, we don't need to wait until SaveChangesAsync if we use GUID Id but not set it before InsertAsync call.
It is currently like that for the MongoDbRepository.
Note: Apply the same logic inside the AbpDbContext.CheckAndSetId
The text was updated successfully, but these errors were encountered:
Greate! It also ensures that the Ids of all new entities are generated by IGuidGenerator by default (except unfortunately for new entities of navigation properties).
In this way, we don't need to wait until SaveChangesAsync if we use GUID Id but not set it before InsertAsync call.
It is currently like that for the MongoDbRepository.
Note: Apply the same logic inside the AbpDbContext.CheckAndSetId
The text was updated successfully, but these errors were encountered: