Hello
I want to use Linq to ADO.NET to fetch all rows that match the criteria below from a DataTable.
- Select all rows where "parentId" equals "id" of a row where "parentId" equals null.
- Order by "Name".
Can someone tell me how to accomplish this (preferably using both Query Syntax and Method Syntax), and possibly point me to where I can read more about this topic?