Lambda

Dynamic Lambda Expression For Sorting A List / Collection Using Complex Types Without Implementing IComparable

You can download the sample project for the article here. ComplexLinqSort.zip (259.64 kb) In my previous post we discussed on sorting the list / collection using dynamic lambda expression for properties. In this article we will see how to sort on complex properties. So what is a complex property. Consider the class diagram as shown […]

Scroll to top