Searches a datatable and returns the first row that matches on the 3 column, value pairs.
Namespace: P4s3FilterToolsAssembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dt
- Type: System.Data DataTable
- column1
- Type: System String
- value1
- Type: System String
- column2
- Type: System String
- value2
- Type: System String
- column3
- Type: System String
- value3
- Type: System String
Return Value
Type: DataRowSee Also