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
KORM use reflection for generating insert/update commands and setting generated ids into entities. (starting method is CommitChangesAddedItemsAsync in DbSet)
We can use DynamicMethods as in DynamicMethodModelFactory. This can improve performance.
The text was updated successfully, but these errors were encountered:
KORM use reflection for generating insert/update commands and setting generated ids into entities. (starting method is
CommitChangesAddedItemsAsync
inDbSet
)We can use DynamicMethods as in
DynamicMethodModelFactory
. This can improve performance.The text was updated successfully, but these errors were encountered: