Overload List
| Name | Description | |
|---|---|---|
| SearchDataTable(DataTable, String, String) |
Searches a data table for a row that has a specific value at the specified column.
Uses string ToLower().ToTrim() comparison.
| |
| SearchDataTable(DataTable, String, String, String, String) |
Searches the given DataTable for matches on both column value parameters passed in.
| |
| SearchDataTable(DataTable, String, String, String, String, String, String) |
Searches a datatable and returns the first row that matches on the 3 column, value pairs.
|
See Also