Gets an array of all DataRow objects that match the filter criteria.
'Declaration
Public Overloads Shadows Function Select( _
ByVal As String _
) As DataRow()
Parameters
- filterExpression
- The criteria to use to filter the rows.
Return Value
An array of DataRow objects.