zzz projects Expression Tree Tutorial
Getting Started Documentation Knowledge Base
  • Getting Started
  • Documentation
  • Knowledge Base

Expression Tree Tutorial - Knowledge Base (KB)

4 results for: in tag: sql

Entity Framework Hitting 2100 Parameter Limit

I'm migrating some of our code from LINQ-to-SQL to Entity Framework. Previously, when run up against a 2100 parameter limit from SQL Server (described ...here...), I used the solution provided by Marc Gravell ...here.... As stated in his own response, it ...
entity-framework expression-trees linq parameters sql
asked by Ocelot20

Convert LINQ Expression to SQL Text without DB Context

Either LINQ to SQL or LINQ to Entities already have the ability to convert LINQ into a SQL text string. But I want my application to make the conversion without using the db context - which in turn means an active database connection - that both those pr...
.net c# expression-trees linq sql
asked by Brent Arias

Dynamic Linq query on relationship with foreign key of type Guid

I'm using ...System.Linq.Dynamic... to query an IQueryable datasource dynamically using a where-clause in a string format, like this:...var result = source.Entities.Where("City = @0", new object[] { "London" }); ...The example above works fine. But now I ...
c# dynamic-linq expression-trees sql
asked by Andreas Zita

Benefits of LINQ over functional method chaines

There was a discussion on Kotlin Slack about a possibility of adding code trees to support things like C# LINQ....In C# LINQ has many applications, but I want to focus on only one (because others a already presumably covered by Kotlin syntax): composing S...
c# expression-trees kotlin linq sql
asked by voddan

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...