Searches a data table for a row that has a specific value at the specified column.
Uses string ToLower().ToTrim() comparison.
Namespace: P4s3FilterToolsAssembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dt
- Type: System.Data DataTable
- column
- Type: System String
- value
- Type: System String
Return Value
Type: DataRowSee Also