SqlTokenToolBox SearchDataTable Method (DataTable, String, String, String, String)A Sandcastle Documented Class Library
Searches the given DataTable for matches on both column value parameters passed in.

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
)

Parameters

dt
Type: System.Data DataTable
column1
Type: System String
value1
Type: System String
column2
Type: System String
value2
Type: System String

Return Value

Type: DataRow
See Also