DataTableSearchRow

Description

Gets the first row 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.