Dynamic Queries and LINQ Expressions(west-wind.com)
submitted by
rstrahl(7226) 4 years, 1 month ago
Using LINQ to SQL in some scenarios where dynamic expresions are required on the right side of a LINQ query expression can be tricky. How do you for example allow a query to use a dynamic field in a query and then query its data? Due to the strong typed nature of LINQ direct LINQ syntax can't be used for this sort of query, but there are a several ways to work around this by using dynamic expressions.
|category: ADO.NET
|Views: 47
tags:
ADO.NET Database another
Everyones tags:
Your Tags: