Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Core cascade delete one to many relationship

Linq-to-Entities Dynamic sorting

c# linq entity-framework

Generate a composite unique constraint/index, in EF Core

'propertyName' cannot be used as a property on entity type 'typeName' because it is configured as a navigation

DeleteObject() in foreach loop

System.Data.Entity.DataBase can't be found

How to use System.Lazy with Setter to Lazy Initialization of List in POCO Entities?

Entity framework code first migrations, sql user permissions?

Is an outer join possible with Linq to Entity Framework

Column names in each table must be unique. Column name 'StripeRecipientId' in table 'dbo.Foos' is specified more than once

How to set properties on a generic entity?

c# entity-framework

Is it possible to capture a 0..1 to 0..1 relationship in Entity Framework?

DbSortClause expressions must have a type that is order comparable parameter Name :Key

c# entity-framework

How to save an image to Database using MVC 4

What is model column in MigrationHistory table?

Cannot use 'dotnet ef...' - The specified framework version '2.0' could not be parsed

'DbContextOptionsBuilder' does not contain a definition for UseNpgsql()

Querying objects after AddObject before SaveChanges?

Can I get decode an EntityFramework Model from a specified migration?

Adding 'GO' statements to Entity Framework migrations