Search code examples
Problem reading rows from database using EF Core and conditional WHERE clauses...

c#linqiqueryabledbset

Read More
Passing generic DBset entities to DbContext...

entity-frameworkgenerics.net-coredbcontextdbset

Read More
Joining tables in two separate databases with .Net Core 2.1 / EF Core...

dbcontextdbsetef-core-2.1.net-core-2.1

Read More
X is a variable but used like a type when trying to cast...

c#reflectiontypesdbset

Read More
How DbContext initializes automatic DbSet<T> properties?...

entity-framework-5dbcontextdbset

Read More
Dynamicly set the datasource in EF...

c#entity-frameworkdbset

Read More
How to query the DbSets of all types that implement an interface?...

entity-frameworkreflectioninterfacedbset

Read More
C# ODataQueryOptions with EF6 navigation property filters. System.ArgumentNullException : Value cann...

c#entity-framework-6odatanavigation-propertiesdbset

Read More
Mocking database context class with DbSet instead of IDbSet in Entity Framework...

entity-frameworkmockingdbcontextdbsetmockdbset

Read More
Change DbSet with table name...

c#databaseentity-frameworkdbcontextdbset

Read More
Why is RemoveRange not clearing DbSet?...

c#dbset

Read More
Unable to delete using dbSet - Entity Framework...

c#wpfentity-frameworkdatacontextdbset

Read More
Moq DbSet NotImplementedException...

c#entity-frameworkmoqdbset

Read More
Do ObjectContext and ObjectSet offer advantages over DbContext and DbSet?...

entity-frameworkobjectsetdbset

Read More
How to update database using DbSet...

c#entity-frameworkdbset

Read More
Entity Framework dbset most efficient way of deleting...

linqentity-frameworkdbset

Read More
Return DbSet based on selection...

c#asp.net-coreasp.net-core-mvcentity-framework-coredbset

Read More
Inherits from DbSet<T> with the purposes to add property...

entity-frameworkdbcontextinheritancedbset

Read More
DbSet to return multiple entries...

entity-frameworkdbset

Read More
EntityFramework, how to decide which dbSet<TEntity> to use with switch/case?...

c#entity-frameworkwcfdbset

Read More
Conversion failed error when it shouldn't be trying to convert anything...

entity-frameworkcsvparsingtype-conversiondbset

Read More
Does converting from DbSet to IEnumerable cause the query to execute?...

entity-frameworkdbset

Read More
Selecting from type-based DbSet using .Set() instead of .Set<T>()...

entity-framework-6dbset

Read More
Confusing articles and documentation about the differences (if any) between System.Data.EntityState....

entity-frameworkentity-framework-5dbcontextdbset

Read More
DBSet how to multiple update?...

c#linqdbset

Read More
Mocking DbSet<T> with RhinoMocks and EF6...

unit-testingdbset

Read More
Entity Framework - DbSet Contains Null Entity...

c#entity-frameworkdbset

Read More
How do I mock DbContext using NSubstitute and then add/remove data...

c#entity-frameworkdbcontextnsubstitutedbset

Read More
Is there a way to make DbSet.AddOrUpdate case sensitive?...

c#.netentity-frameworkentity-framework-5dbset

Read More
EntityType has no key defined, despite using [Key]...

c#entity-frameworkdbset

Read More
BackNext