SqlTokenToolBox SearchForColumnValuePair Method A Sandcastle Documented Class Library
Search a list for a column value pair.

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

public static int SearchForColumnValuePair(
	List<SqlColumnValuePair> list,
	string targetColumn,
	string targetOperator,
	string targetValue
)

Parameters

list
Type: System.Collections.Generic List SqlColumnValuePair 
targetColumn
Type: System String
targetOperator
Type: System String
targetValue
Type: System String

Return Value

Type: Int32
See Also