Releases: zzzprojects/EntityFramework-Plus
Releases · zzzprojects/EntityFramework-Plus
v5.2.0
Download the library here
- UPDATED: Package Dependencies
v5.1.41
Download the library here
- ADDED:
Project
method for EF6 that allow you to select only a few properties of an entity instead of all properties
- UPDATED: Package Dependencies
var list = context.Customers.Project(x => new { x.Code, x.FirstName }).ToList();
v5.1.40
Download the library here
- UPDATED: Package Dependencies
v5.1.39
Download the library here
- UPDATED: Package Dependencies
v5.1.38
Download the library here
- FIXED: EntitySetName is always NULL #401 (For EF Core)
- UPDATED: Package Dependencies
v5.1.37
Download the library here
- UPDATED: Package Dependencies
v5.1.36
Download the library here
- UPDATED: Package Dependencies
v5.1.35
Download the library here
- UPDATED: Package Dependencies
v5.1.33
Download the library here
- IMPROVED: Support to
Update
with OwnedOne
(more complex scenario are now supported)
- FXIED: Possible memory leak in the
Query Filter
features in EF6
- UPDATED: Package Dependencies
v5.1.31
Download the library here
- UPDATED: Released support to EF Core 6 - Preview 3
- UPDATED: Package Dependencies