zzz projects Dynamic LINQ
Home
Documentation GitHub Knowledge Base  Help & Donate
Online Examples
  • Home
  • Documentation
  • GitHub
  • Knowledge Base
  • Help & Donate
  • Online Examples
  •   Download  

Dynamic LINQ - Knowledge Base (KB)

2 results in tag: xml

How to parse xml data with dynamic linq

i am reading a xml file and querying by LINQ this below way...XDocument document = XDocument.Load(xmlFilePath); var query = document.Descendants("orders").Select(c => c); query = query.OrderBy(sortColumn + " " + OrderDirection); query = query.Skip(lowerP...
c# dynamic-linq linq xml
asked by Thomas

Where condition with linq dynamic built at runtime to read xml

I've a problem with a query in linq (lambda expression) to read a complex and large xml file embedded in my software. At bottom of post can find the structure of single field "PRODOTTO", but there's about 2800 entries like this in the xml....The problem i...
c# dynamic-linq linq where-clause xml
asked by Leonardo

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...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!