Tagged Questions
1
vote
1answer
386 views
Filter list as a parameter in a compiled query
I have the following compiled query that I want to return a list of "groups" that don't have a "GroupID" that's contained in a filtered list:
CompiledQuery.Compile(ConfigEntities contexty, ...
1
vote
1answer
287 views
Pipes and Filters and CompiledQuery.Compile
I have started using linq to sql and the entity framework and have found the development experience to be fairly good. Like the way you can break a query apart and combine different queries is quite ...