Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged ef

0 votes
493 views
1 answer
    I have application which uses EF-CodeFirst 5 (dll ver 4.4.0.0, on .net 4.0). I need to be able to read ... , it seems that I cannot find it)? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
1 answer
    I have seen lots of examples in LINQ to SQL examples on how to do a join in query syntax but I am ... ? Can anyone illustrate or provide another simple example? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    I'm using Entity Framework 5.0 Code First; public class Entity { [Key, DatabaseGenerated(DatabaseGeneratedOption.Identity) ... ERROR Is there anyway to do that? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    Closed. This question is opinion-based. It is not currently accepting answers. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    I have a problem with EF Core Migrations in the DataSeeding. I have the following entity configuration: public void ... /65844017/ef-core-migrations-do-not-take-seeding-data-values...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
828 views
1 answer
    In .EntityFrameworkCore Project : public class EfCoreCountryRepository : EfCoreRepository<myDbContext, Country, Guid>, ICountryRepository ... abp-io-how-to-call-dbcontext-in-domain...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    I'm using PostgreSQL database with the EF Core (with the Table-Per-Type inheritance). I have questions and ... entity-framework-core-get-rid-of-duplicate-id-of-inherited-object...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    I am using this Entity class with Entity Framework 5 Code First: public class Survey { [DatabaseGenerated( ... -set-the-foreign-key-savechanges-then-access-the-navigation...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
885 views
1 answer
    I am using .net core 3 with ef. When I use the below code, result is loaded DbSet<User>().Where(User ... can progress with predicate without running into any problem. Any insights?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...