SqlTokenToolBox GetTableColumnSetForReport Method (ReportObj)A Sandcastle Documented Class Library
For the given report object return a set of tables and columns used by the report query.

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

public static Dictionary<string, List<string>> GetTableColumnSetForReport(
	ReportObj ro
)

Return Value

Type: Dictionary String, List String  
See Also