EntityFramework.Extended icon indicating copy to clipboard operation
EntityFramework.Extended copied to clipboard

Add-on feature for Entity Framework

Results 25 EntityFramework.Extended issues
Sort by recently updated
recently updated
newest added

- Added the feature to execute `INSERT INTO... SELECT ...`. Different from another proposal, it uses more comfortable syntax (in my opinion), that is `dbContext.DbSet.Insert(IQueryable)`. - Can execute bulk insert...

Changed the internally used System.Linq.Dynamic namespace so it is project specific, to avoid interfering with references in other projects. Means that we can reference both this and System.Linq.Dynamic in the...

Method Append format does not use entityMap.TableName parameter, so it's better to remove it.

Add support for Oracle Batches. Fix Issue #73 Fix Issue #86

Hi admin, I just made one commit to support interception for BatchExtension functions. Please merge to master. Thanks. Signed-off-by: Dat Nguyen

Added async to future queries. 1. Added async methods, did not remove sync. Both are working correctly. 2.. Added asyncronisity in reader get phase 3. Added asyncronisity in objects materialization...

Fix update #232 on MySQL when taget field is in where expression

Async implementation of FutureQueries. Triggered when ToListAsync is called or Value is awaited for FutureValue.

Replicating pull request https://github.com/loresoft/EntityFramework.Extended/pull/44 on EF5 branch. Please update nuget package.

Possible fix/workaround for issue 172, where batch update/deletes fail if the primary key contains a column called GUID.