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: mysql

Using Nihibernate with system dynamic linq for Query<T>

I am trying to use system.dynamic.linq to create dynamic sorting....this, is the query that I use:...var query = dalSession.Query<T>().AsQueryable(); var res = (from x in query orderby "x.FirstName" select x) ...this is the mysql output:...select aff...
dynamic-linq mysql nhibernate
asked by SexyMF

how to order by a dynamic column name in EntityFramework?

I am trying to get following code working , This was working fine for MSSQL , but since i changed to use mySql it is not working... records.Content = db.areas .Where(x => x.Name.Contains(filter))) .Orde...
asp.net-mvc c# dynamic-linq entity-framework mysql
asked by Kas

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!