SqlTokenToolBox SearchDataTable Method A Sandcastle Documented Class Library
Overload List

  NameDescription
Public methodStatic memberSearchDataTable(DataTable, String, String)
Searches a data table for a row that has a specific value at the specified column. Uses string ToLower().ToTrim() comparison.
Public methodStatic memberSearchDataTable(DataTable, String, String, String, String)
Searches the given DataTable for matches on both column value parameters passed in.
Public methodStatic memberSearchDataTable(DataTable, String, String, String, String, String, String)
Searches a datatable and returns the first row that matches on the 3 column, value pairs.
Back to Top
See Also