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

Entity Framework 6 - Knowledge Base (KB)

5 results for: in tag: recursion

C# - Entity Framework - An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll

An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll... Make sure you do not have an infinite loop or infinite recursion....The below code is called on a success of this method:...internal static List<RivWorks.Model.Ne...
c# entity-framework recursion stack-overflow
asked by Keith Barrows

How to do recursive load with Entity framework?

I have a tree structure in the DB with TreeNodes table. the table has nodeId, parentId and parameterId. in the EF, The structure is like TreeNode.Children where each child is a TreeNode... I also have a Tree table with contain id,name and rootNodeId....At...
entity entity-framework load recursion
asked by Avi Harush

Get All Children to One List - Recursive C#

C# | .NET 4.5 | Entity Framework 5...I have a class in Entity Framework that looks like this:...public class Location { public long ID {get;set;} public long ParentID {get;set;} public List<Location> Children {get;set;} } ...ID is the identifier ...
c# entity-framework linq recursion
asked by Will

Recursive Hierarchy - Recursive Query using Linq

I am using Entity Framework (version 6) to map to a recursive hierarchy and it maps nicely....My issue is that I want to recursively get ...ALL... child nodes of a particular node in the hierarchy. ...I get the child nodes quite easily using Linq:...var r...
c# entity-framework linq recursion
asked by Keith Doran

GraphDiff and EF6.1 – Recursive Many-to-Many Relationship

I am having an issue with GraphDiff attaching an object which has a recursive many-to-many relationship. I am using GraphDiff 2.0.1 and Entity Framework 6.1.1....The progam manages Recipes which can have 0-n RecipeLines which contains a link to another Re...
entity-framework graphdiff recursion
asked by Croberts

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

Try for free now