EntityFramework.Extended
EntityFramework.Extended copied to clipboard
Add-on feature for Entity Framework
- Introduced CompositePattern for property mappings: ComplexPropertyMap and IPropertyMapElement - made the types ComplexPropertyMap and PropertyMap immutable - patched SqlServerBatchRunner to support complex properties
Adds in the ability to see a log message appear when a many to many relationship changes
Transfer data between databases without bringing it into RAM. -Contributed by Agile Design LLC ( http://agiledesignllc.com/ ) Signed-off-by: grandua
This update includes support for: - BulkInsert of an IEnumerable into a single table - InsertFrom to insert records into one table based on a select statement (SQL Server 'insert...