SqlTokenToolBox SearchDataTable Method (DataTable, String, String, String, String, String, String)A Sandcastle Documented Class Library
Searches a datatable and returns the first row that matches on the 3 column, value pairs.

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

public static DataRow SearchDataTable(
	DataTable dt,
	string column1,
	string value1,
	string column2,
	string value2,
	string column3,
	string value3
)

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: DataRow
See Also