I like the syntax offered by the .Where()
method that is available for many collections. However, I've noticed that it is conspicuously absent from some collections.
I'm sure that this has to do with some interface being implemented or not implemented, but beyond that, I would like to know why we don't have a .Where()
method on DataTable.Rows