SqlTokenToolBox GetTableSubset Method (DataTable, String, String, String, 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 colHeader,
	string colHeaderVal,
	string rowHeader,
	string rowHeaderVal
)

Parameters

dt
Type: System.Data DataTable
colHeader
Type: System String
colHeaderVal
Type: System String
rowHeader
Type: System String
rowHeaderVal
Type: System String

Return Value

Type: DataTable
See Also