I have an AspTable with a small number of rows. I want to run a linq Where() on the collection to find one and remove it.
mytable.Rows is of type TableRowCollection mytable.Rows.AsQueryable() says it returns a Linq.Queryable but intellisense on this does not give me my Linq operators.