SqlTokenToolBox.GetTableSubset Method (DataTable, String, List<String>)A Sandcastle Documented Class Library
Returns a sub table based on column matches against a data table.

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

public static DataTable GetTableSubset(
	DataTable dt,
	string column,
	List<string> values
)

Parameters

dt
Type: System.Data.DataTable
column
Type: System.String
values
Type: System.Collections.Generic.List<String>

Return Value

Type: DataTable
See Also