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)

5 results in tag: generics

Different failures based on the object supplied as a parameter when using Dynamic Linq?

I have an entityDao that is inherbited by everyone of my objectDaos. I am using Dynamic Linq and trying to get some generic queries to work....I have the following code in my generic method in my EntityDao :...public abstract class EntityDao<Implementatio...
dynamic-linq generics linq linq-to-sql where-clause
asked by SventoryMang

On a generic object, dynamic LINQ (without any hard-coded properties)

I have a generic object which uses a dictionary to store the properties:...class MyObject { Dictionary<string, object> Properties = new Dictionary<string, object>(); internal GetValue(string name) { return Properties[name]; } internal SetValu...
c# dynamic-linq generics linq
asked by Andrew White

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

Entity Framework: Using DynamicLinq in a generic filter method

I am working on a mostly generic application with one Filter method:...IQueryable<T> Filter<T>(IQueryable<T> query, Filter filter) where T : IDataBaseEntity ...Here is the filter object being passed in:...{ Field: "Header.Title", Operator: "contai...
c# dynamic-linq entity-framework generics linq
asked by Aaron Vanderwielen

Use EPPlus to export dynamic query result to Excel

I have an application where users input a large number of data fields and then wish to produce Excel spreadsheets from custom queries on the data. ...For single-table queries, I can return an ...IEnumerable<T>... and use the ...LoadFromCollection()... met...
c# dynamic-linq epplus generics
asked by mcalex

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!