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

Commented Issue: Native support for Enumerable.Contains [245]

Currently Enumerable.Contains like this:new [1,2,3].Contains(a)Is translated to an sub-tree of expressions equivalent to1 == a || 2 == a || 3 == aThis expression tree is kept balanced to avoid stack...

View Article


Source code checked in, #e3d2bd8e3c35ef8ade083824df30bb23f54b1bd1

Merge branch 'release-6.0.0-rc1'

View Article


Created Feature: Query :: We should not require OrderBy before Skip [1449]

Currently in Linq to Entities we require OrderBy clause before Skip. We could try lifting that requirement, to resemble Linq to Objects more. Moreover we don't require Ordeby when doing other paging...

View Article

New Post: EF 6 - Can an option be set to store Enums as Strings?

Hello chobo2, No EF6 does not support mapping enums to string columns. We have a feature in our backlog that is about allowing type conversions and other property level transformations in the mapping...

View Article

Commented Issue: Native support for Enumerable.Contains [245]

Currently Enumerable.Contains like this:new [1,2,3].Contains(a)Is translated to an sub-tree of expressions equivalent to1 == a || 2 == a || 3 == aThis expression tree is kept balanced to avoid stack...

View Article


Commented Issue: Native support for Enumerable.Contains [245]

Currently Enumerable.Contains like this:new [1,2,3].Contains(a)Is translated to an sub-tree of expressions equivalent to1 == a || 2 == a || 3 == aThis expression tree is kept balanced to avoid stack...

View Article

Commented Issue: Retargetting framework fails to update namespaces in EDMX...

Create a new project (e.g. C# console project)Using the project's properties change the target framework to .NET 4.0Create an empty ADO.NET Entity Data ModelAdd 1 Entity with 1 propertySave everything...

View Article

Commented Issue: Designer: Graphical/Layout issue on diagram after Redo...

Steps:1. Create new empty EDMX2. "Update model from database" (I used Adventureworks 2012)3. Undo the reverse-engineer operation. (back to empty model)4. Redo the reverse-engineer.At this point, it...

View Article


Edited Issue: Designer: Graphical/Layout issue on diagram after Redo...

Steps:1. Create new empty EDMX2. "Update model from database" (I used Adventureworks 2012)3. Undo the reverse-engineer operation. (back to empty model)4. Redo the reverse-engineer.At this point, it...

View Article


Commented Task: Update metadata API docs [788]

Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...

View Article

Edited Task: Update metadata API docs [788]

Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...

View Article

Commented Task: Update metadata API docs [788]

Some parts of the metadata API surface obtained from the MetadataWorkspace and now used when creating model-based Code First conventions are not well documented. Examples include:EntityType vs...

View Article

New Post: DbQueryVisitor improvements

Hello Alireza, Sounds like if making a simple change to the DbQueryVisitor enables this scenario you should go ahead and send the pull request. We will consider it for the next release after EF6....

View Article


Created Issue: Code First model still gets built more than once in EF6 [1454]

This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...

View Article

Edited Issue: Code First models still get built more than once in EF6 [1454]

This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...

View Article


Edited Issue: Code First models still get built more than once in EF6 [1454]

This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...

View Article

Edited Issue: Code First models still get built more than once in EF6 [1454]

This is the default behavior of Code First in the standard flow of creating a model based on DbContext. The following code demonstrates by showing that a store model convention is applied...

View Article


Created Unassigned: [Designer] Toolbox link on empt designer surface doesn't...

# REPRO0. Visual Studio 2013 Preview (or latest), EF Tools latest, empty Console project.1. __I don't think this bug needs to be fixed with EF6 - it can be punted to Future.__

View Article

Edited Unassigned: [Designer] Toolbox link on empt designer surface doesn't...

# REPRO0. Visual Studio 2013 Preview (or latest), EF Tools latest, empty Console project.1. Add new item, ADO.NET Entity Data Model, Empty Model2. Make Toolbox "Auto-hide"3. Click Toolbox.#...

View Article

Edited Unassigned: [Designer] Toolbox link on empty designer surface does not...

# REPRO0. Visual Studio 2013 Preview (or latest), EF Tools latest, empty Console project1. Add new item, ADO.NET Entity Data Model, Empty Model2. Make Toolbox "Auto-hide"3. Click Toolbox#...

View Article
Browsing all 10318 articles
Browse latest View live