I have complex-type object of entity framework.
I would like buid dynamically select and where condition . I know that is possible using expression trees , but did manage to find
Links . Please help
I have complex-type object of entity framework. I would like buid dynamically select and
Share
The author of LinqPad has a library called LinqKit, which provides a PredicateBuilder and he describes how to create dynamic expressions here.
It’s pretty straight-forward and easy to use.