SqlTokenToolBox FilterQueryAsColumnValuePairForTableName Method (List SqlColumnValuePair , String)A Sandcastle Documented Class Library
Filter a filter query object of column value pairs with a given table name.

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

public static List<SqlColumnValuePair> FilterQueryAsColumnValuePairForTableName(
	List<SqlColumnValuePair> tst,
	string targetTable
)

Parameters

tst
Type: System.Collections.Generic List SqlColumnValuePair 
targetTable
Type: System String

Return Value

Type: List SqlColumnValuePair 
See Also