SqlTokenToolBox GetDistinctColumnValues Method (String, String)A Sandcastle Documented Class Library
Returns a data table with distinct column values from the given criteria.

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

public static SqlQuery GetDistinctColumnValues(
	string column,
	string table
)

Parameters

column
Type: System String
table
Type: System String

Return Value

Type: SqlQuery
See Also