Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Unable to cast object of type 'System.Linq.EnumerableQuery`1[Entities.Test]' to type 'System.Data.Objects.ObjectQuery`1[Entities.Test]'

Entity Framework Code First ignoring specific schema

Entity Framework: Using ExecuteSqlCommand to clear a table causes an exception because of the ObjectStateManager

Both One-To-One and One-To-Many relationships in Entity Framework 5 Code First

The navigation property 'SenderId' is not a declared property on type 'Conversation'

EF Code First, map two navigation properties to the same object type

MySql 5.6 with EntityFramework 6 schema error 0040

DbMigrator does not detect pending migrations after switching database

How to create CreatedOn and UpdatedOn using EF Core 2.1 and Pomelo

Using EF Code First and SqlCe in WPF

EF CF Configure many-to-many mapping manually

Multiple classes mapping to the same table in Entity Framework 4.1 Fluent API

How can i update an entity object (detach) in EF CF?

Changing discriminator column to int in Entity Framework 4.1

One to one relationship, different key column name, Entity Framework, Code First approach

Passing query results in a viewbag

Configure EF6 to use varchar as default instead of nvarchar?

How to query Code First entities based on rowversion/timestamp value?

Force Entity Framework 5 to use datetime2 data type

mapping private property entity framework code first [duplicate]