Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live
↧

Commented Unassigned: EntityStoreSchemaGenerator.GenerateStoreMetadata does...

I noticed the EntityStoreSchemaGenerator.GenerateStoreMetadata method does not seem to gracefully handle HierarchyID columns in all cases. If I attach to a DB that has a table with a HierarchyID non PK...

View Article


New Post: Basic full text support,or how to roll my own binding to a native...

Maybe http://msdn.microsoft.com/en-US/data/jj592907 ?

View Article


Commented Unassigned: EntityStoreSchemaGenerator.GenerateStoreMetadata does...

I noticed the EntityStoreSchemaGenerator.GenerateStoreMetadata method does not seem to gracefully handle HierarchyID columns in all cases. If I attach to a DB that has a table with a HierarchyID non PK...

View Article

Edited Issue: Update DbContext templates to generate EF6 code [806]

Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...

View Article

Commented Issue: Update DbContext templates to generate EF6 code [806]

Using EF6. Database first.In designer right click and select "Update model from database", select any stored procedure and then try building my project in VS2012 results in a compilation error in the...

View Article


Edited Issue: BufferingReader :: streaming functionality is not provided for...

When issuing a query one can switch of buffering by using AsStreaming() method. However this does not work (out of the box) for stored procedures. The method we codegen does not take the...

View Article

Created Issue: Designer: COMException while adding templates during...

__Repro steps__:1. New Empty ADO.NET Entity Data Model2. Add Code Generation Item3. Update/Generate__Unexpected result__:* An error dialog is shown with the following message: An exception of type...

View Article

New Post: Basic full text support,or how to roll my own binding to a native...

That only solves part of the problem. I have a system that is using LINQ expressions to compose queries with ordering, paging, and other optional search criteria. I need to be able to compose full text...

View Article


Edited Issue: Designer: COMException while adding templates during...

__Repro steps__:1. New Empty ADO.NET Entity Data Model2. Add Code Generation Item3. Update/Generate__Unexpected result__:* An error dialog is shown with the following message: An exception of type...

View Article


Edited Issue: Designer: SDE reference added on new model when EF6...

__Steps:__1. New project2. Install EF6 package3. Add new EDMX__Unexpected result:__* Project references System.Data.Entity.dll

View Article

Created Unassigned: Add -ConfigurationTypeName flag to Enable-Migrations...

It would be useful to have the ability to change the name of a migrations configuration file when migrations are enabled in a project with multiple DbContext classes and different associated migrations...

View Article

Edited Issue: EF cross checks EDM and CLR enum members in some cases [623]

We relaxed requirements for matching EDM and CLR enum types so that the EDM type does not have to have all members that the CLR type has. However we missed a check we had in DbExpressions. It shows up...

View Article

Created Unassigned: Foreign Key Not Mapped Correctly [1106]

If I have the following code generating my database it assigns a foreign key from the TankComponent table to the Asset table instead of the Tank table. Can someone explain why? Do I need to turn of a...

View Article


Created Unassigned: DbUpdateException Serialization [1107]

I haven't dug into this one yet, but here is a small repro of an exception that comes from deserializing DbUpdateExceptions: var formatter = new BinaryFormatter(); Exception ex; using (var ms = new...

View Article

Created Issue: ELINQ: funcletization throws TargetException saying...

Given this model:```public class Thing{ public int Id { get; set; } public string Name { get; set; } public Person Owner { get; set; }}public class Person{ public int Id { get; set; } public string...

View Article


Edited Issue: ELINQ: funcletization throws TargetException saying 'Non-static...

Given this model:```public class Thing{ public int Id { get; set; } public string Name { get; set; } public Person Owner { get; set; }}public class Person{ public int Id { get; set; } public string...

View Article

Created Unassigned: EF 6 alpha 3: DbContext where clause with == null test...

Hi There,I am having a problem with queries that inspect navigation properties testing for null.Imagine I have two tablesPriceBandPriceBandId (Guid - PK)Name (Nvarchar 50)PriceBandLinkPriceBandId (Guid...

View Article


Edited Unassigned: EF 6 alpha 3: DbContext where clause with == null test...

Hi There,I am having a problem with queries that inspect navigation properties testing for null.Imagine I have two tablesPriceBandPriceBandId (Guid - PK)Name (Nvarchar 50)PriceBandLinkPriceBandId (Guid...

View Article

New Post: EF 6 BETA?

Seconded. A general idea when you plan a final release would be welcome. I am stuck in EF5 hell with some elements (mostly the inability to properly work with an open connection that locks the objects...

View Article

Commented Unassigned: EF 6 alpha 3: DbContext where clause with == null test...

Hi There,I am having a problem with queries that inspect navigation properties testing for null.Imagine I have two tablesPriceBandPriceBandId (Guid - PK)Name (Nvarchar 50)PriceBandLinkPriceBandId (Guid...

View Article
Browsing all 10318 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>