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)

4 results in tag: entity-framework-5

Concat the string with linq to entities

I'm using the ...Dynamic Linq... with ...Linq to Entities...So, I tested the normal ...List<Person>... with this code and everything's work:... List<Person> per = new List<Person>(); per.Add(new Person { IdNo = "1", LastName = "test", MiddleName = "go", ...
.net c# dynamic-linq entity-framework-5
asked by spajce

Datetime comparison before and after

I'm using dynamic linq to build a where clause for a moderately complex search, and I've run into a problem with dates....I want the user to be able to filter on the "date created" searching for anything either before that date, on that date, or after tha...
c# dynamic-linq entity-framework entity-framework-5 sql-server-2005
asked by Mansfield

can I use a dynamic entity context in my method?

I have a method for gridview sorting and paging which I am trying to make reusable for generic types but I am struggling to figure out how to make the entity context (MyContext) and table (tblReports) dynamic variables - can anyone help me out please?...p...
asp.net c# dynamic-linq entity-framework-5 generics
asked by Mike

Get an Entity Object with its child Entity with a condition (using Dynamic Linq)

This question is continuation of ...Getting Count() property in Dynamic Lambda Expression...I had asked if we can put Count() Method in dynamic lambda expression. I could do it using ...Dynamic Expression API.... Answer provided by - xmojmr...But recently...
asp.net-mvc-4 c# dynamic-linq entity-framework-5 lambda
asked by dPatel1582

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!