SqlTokenToolBox SearchDataTable Method (DataTable, String, String)A Sandcastle Documented Class Library
Searches a data table for a row that has a specific value at the specified column. Uses string ToLower().ToTrim() comparison.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static DataRow SearchDataTable(
	DataTable dt,
	string column,
	string value
)

Parameters

dt
Type: System.Data DataTable
column
Type: System String
value
Type: System String

Return Value

Type: DataRow
See Also