Select method in the .Net class System.Data.DataTable
The class System.Data.DataTable
in .Net has a Select()
method that allows to get certain DataTable
rows that fill a certain filter and, optionally, in a specified order, depending on the overload used. Since .Net 1.1.