I have a DataTable with a Name column. I want to generate a collection of the unique names ordered alphabetically. The following query ignores the
DataTable
Name
To abstract: all of the answers have something in common.
OrderBy needs to be the final operation.