zzz projects Entity Framework 6 EF 6
Home EF Core Articles Knowledge Base Online Examples
  • Home
  • EF Core
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework 6 - Knowledge Base (KB)

6 results in tag: include

Linq to Entities and Entity Framework Include() a few of tables, or

i've got a database with a table named PropertyValues where i store every value i need to describe some properties of my database table rows....For example, table Products which looks like this :...ID...OrderID... //Products table is related with Order ta...
entity-framework include linq-to-entities
asked by shkipper

Linq to entities with conditional include?

I felt like the following should be possible I'm just not sure what approach to take....What I'd like to do is use the include method to shape my results, ie define how far along the object graph to traverse. but... I'd like that traversal to be condition...
conditional entity-framework include linq
asked by tim

The Include is gone if I choose from an IQueryable.

The ...include... does not work after I perform a select on the ...IQueryable... query. Is there a way around this? My query is...public IQueryable<Network> GetAllNetworks() { var query = (from n in _db.NetworkSet .Include("NetworkCont...
anonymous-types entity-framework include linq-to-entities
asked by Connor Murphy

Include Entity Framework with a condition

I need to filter a dealer based on id and the uncomplete checkins...Initially, it returned the dealer based only on id:... // TODO: limit checkins to those that are not complete return this.ObjectContext.Dealers .Include("Groups") ....
conditional entity-framework include
asked by Andrei N.

EF: Include with where clause

As the title suggest I am looking for a way to do a where clause in combination with an include....Here is my situations: I am responsible for the support of a large application full of code smells. Changing too much code causes bugs everywhere so I am lo...
c# entity-framework include where-clause
asked by Beejee

LINQ To Entities Include + Where Method

I have NxN table, imagine:...User(id, ...) <- UserAddresses(id, userId, addressId, enabled, ...) -> Addresses(id, ...)...UserAddresses contains the FK to user and to address. For what I know, the Entity created by the Entity Framework User, contains a c...
.net c# entity-framework include linq
asked by gds03

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

EF Extensions
Try for free now
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!