Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live
โ†ง

Source code checked in, #e357303e48bb

Merge branch 'migext' Conflicts: src/EntityFramework/Properties/Resources.cs src/EntityFramework/Properties/Resources.resx

View Article


Created Issue: Reverse engineering feature does not honor cascade delete...

Reverse engineering feature does not honor cascade delete settings for foreign keys.If FK1 has Delete Rule set to No Action in SQL Server, the following mapping is generated.```this.HasRequired(t =>...

View Article


Edited Issue: Reverse engineering feature does not honor cascade delete...

Reverse engineering feature does not honor cascade delete settings for foreign keys.If FK1 has Delete Rule set to No Action in SQL Server, the following mapping is generated.```this.HasRequired(t =>...

View Article

Edited Issue: EF Power Tools Reverse engineering feature does not honor...

EF Power Tools Reverse engineering feature does not honor cascade delete settings for foreign keys.If FK1 has Delete Rule set to No Action in SQL Server, the following mapping is...

View Article

Source code checked in, #c0adaf903c07

Code First: Sproc mapping changes resulting from design meeting

View Article


Created Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...

SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...

View Article

Edited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...

SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...

View Article

Edited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...

SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...

View Article


Edited Issue: Move SqlFunctions and SqlSpatialFunctions to the EF SQL Server...

SqlFunctions and SqlSpatialFunctions classes offer the possibility of using SQL Server specific functions in LINQ queries. They are similar to DbFunctions/EntityFunctions classes but the later allow...

View Article


Created Issue: Designer behaves differently when upgrading .NET on the...

Using Visual Studio 2012 Update11. Create a new entity diagram with target .NET as .NET 3.5.2. add couple of entities and association, don't add complex type as property to any entity.3. Save the...

View Article

Created Issue: EF5: CodeFirst is losing type facets returned by the provider...

In EF5 CodeFirst when EF is creating mapping between model and store properties it requests the store type usage corresponding to the model type usage (DbProviderManifest.GetStoreType()) but stores...

View Article

Commented Issue: EF5: CodeFirst is losing type facets returned by the...

In EF5 CodeFirst when EF is creating mapping between model and store properties it requests the store type usage corresponding to the model type usage (DbProviderManifest.GetStoreType()) but stores...

View Article

Edited Issue: EF5: CodeFirst is losing type facets returned by the provider -...

In EF5 CodeFirst when EF is creating mapping between model and store properties it requests the store type usage corresponding to the model type usage (DbProviderManifest.GetStoreType()) but stores...

View Article


Created Issue: EF5.0 bug [882]

protected override void OnModelCreating(DbModelBuilder modelBuilder){ modelBuilder.Configurations.Add(new CustomerMap());//this is another namespace type modelBuilder.Configurations.Add(new...

View Article

Commented Issue: EF5.0 bug [882]

protected override void OnModelCreating(DbModelBuilder modelBuilder){ modelBuilder.Configurations.Add(new CustomerMap());//this is another namespace type modelBuilder.Configurations.Add(new...

View Article


Commented Issue: EF5.0 bug [882]

protected override void OnModelCreating(DbModelBuilder modelBuilder){ modelBuilder.Configurations.Add(new CustomerMap());//this is another namespace type modelBuilder.Configurations.Add(new...

View Article

Source code checked in, #a92ad238fcfd

NonOffshoreFactories - adding factory methods to EntityType and MetadataProperty Enabling creating EntityType and MetadataProperty objects publicly by using factory methods. Fixing a bug in...

View Article


Commented Feature: Migrations: Support custom derived MigrationOperation [22]

There is a forum post with the following questions. Does anyone know the answers?http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/cba32c2a-fe84-4d6b-93ff-077dc3046589ยท...

View Article

Created Issue: Performance of async queries regressed by changesets...

The throughput of async operations was decreased between 2% and 33% after the introduction of ObjectContext.ExecuteInTransactionAsync(). The profiles indicate that there's a significant amount of CPU...

View Article

Source code checked in, #08cb0b2bb6b0

Code First: Adds schema configuration to modification function mapping APIs - Same pattern as ToTable APIs.

View Article
Browsing all 10318 articles
Browse latest View live