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
IMPROVED:[ctx].RefreshModel method now also clear information table and accessors from the cache. Calling this method will refresh everything from the cache that could be related to the model.
ADDED:StreamSize option. This option allows materializing only an amount of items at a time. Work with BulkInsert, BulkUpdate, BulkDelete, and BulkMerge
Example
// By Instancectx.BulkInsert(enumerables, operation =>operation.StreamSize=2000);// GlobalEntityFrameworkManager.BulkOperationBuilder= operation =>operation.StreamSize=2000;