Releases: zzzprojects/EntityFramework-Classic
v7.0.12
v7.0.11
v7.0.9
ADDED: Reference to Z.EntityFramework.Extensions.Classic to add some community & enterprise features
Community
- DeleteFromQuery
- UpdateFromQuery
Enterprise
- BulkSaveChanges
- BulkInsert
- BulkUpdate
- BulkDelete
- BulkMerge
- BulkSynchronize
v7.0.8
IMPROVED: Parameter naming for BatchSaveChanges
v7.0.7
ADDED: QueryFuture
ADDED: EF Classic Enterprise license now fully unlock all Z.Expressions.Eval
library features.
v7.0.5
ADDED: Support to Dynamic LINQ using the Z.Expressions.Eval
library. All LINQ dynamic extensions will be available for free (in community and enterprise version).
v7.0.2
ADDED: BatchSaveChanges
and BatchSaveChangesAsync
. Enhance the save performance by reducing the number of database roundtrip required. Multiple commands are combined together instead of executing them one by one.
v7.0.1
FIXED: Issue with NSubstitute
caused by an assembly attribute not removed
v7.0.0
Stable Version Release!
MODIFIED: Almost all files has been moved into shared projects
FIXED: Performance issue with Change Tracker for One to Many
relationships
FIXED: Some spelling mistakes reported by the community
ADDED: Query translator for new Guid(value)
ADDED: AlsoInclude
method for include chain
ADDED: ThenInclude
method for include chain
ADDED: QueryDeferred
methods for deferring immediate method
ADDED: UseDatabaseFirst
feature for .NET Standard to allow to use a database first model
ADDED: UseFiddleSqlCompact
feature for adding example with SQL Compact on .NET Fiddle