DataTableSearchRows

Description

Gets an array of all the rows of the given DataTable that match the filter criteria.


DataTable

DataTable InArgument<DataTable> REQUIRED

The DataTable in which to search.


Misc


Search

Filter InArgument<String> REQUIRED

The criteria to use to filter the rows.

For examples on how to filter rows, see DataView RowFilter Syntax.